mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-05 01:11:39 +00:00
Fix title screen crash
This commit is contained in:
parent
f0019f2b2a
commit
347f9cda8b
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ void R_RenderPlayerView(player_t *player)
|
|||
void R_InitHardwareMode(void)
|
||||
{
|
||||
HWR_AddCommands();
|
||||
if (gamestate == GS_LEVEL)
|
||||
if (gamestate == GS_LEVEL || gamestate == GS_TITLESCREEN)
|
||||
{
|
||||
HWR_SetupLevel();
|
||||
HWR_PrepLevelCache(numtextures);
|
||||
|
|
Loading…
Reference in a new issue