mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-03 20:26:05 +00:00
Fix titlemap* crash
This commit is contained in:
parent
2e93068618
commit
db1e38451e
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 || gamestate == GS_TITLESCREEN)
|
||||
if (gamestate == GS_LEVEL || (gamestate == GS_TITLESCREEN && titlemapinaction))
|
||||
{
|
||||
HWR_SetupLevel();
|
||||
HWR_PrepLevelCache(numtextures);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue