Skip to content

Commit

Permalink
- add unexplored secret color for overlay automap to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Sep 14, 2023
1 parent 4fd5f00 commit 75e362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3771,7 +3771,7 @@ int GameMain()
D_SendServerInfoChange,
D_SendServerFlagChange,
G_GetUserCVar,
[]() { return gamestate != GS_FULLCONSOLE && gamestate != GS_STARTUP; }
[]() { return gamestate != GS_FULLCONSOLE && gamestate != GS_STARTUP && gamestate != GS_TITLELEVEL; }
};
C_InitCVars(0);
C_InstallHandlers(&cb);
Expand Down

0 comments on commit 75e362d

Please sign in to comment.