Skip to content
Snippets Groups Projects
Commit 347f9cda authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix title screen crash

parent f0019f2b
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!550Renderer switching
...@@ -1155,7 +1155,7 @@ void R_RenderPlayerView(player_t *player) ...@@ -1155,7 +1155,7 @@ void R_RenderPlayerView(player_t *player)
void R_InitHardwareMode(void) void R_InitHardwareMode(void)
{ {
HWR_AddCommands(); HWR_AddCommands();
if (gamestate == GS_LEVEL) if (gamestate == GS_LEVEL || gamestate == GS_TITLESCREEN)
{ {
HWR_SetupLevel(); HWR_SetupLevel();
HWR_PrepLevelCache(numtextures); HWR_PrepLevelCache(numtextures);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment