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

Fix titlemap* crash

parent 347f9cda
No related branches found
No related tags found
Loading
...@@ -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 || gamestate == GS_TITLESCREEN) if (gamestate == GS_LEVEL || (gamestate == GS_TITLESCREEN && titlemapinaction))
{ {
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