- Fixed: voxels were not properly remapped after "restart" ccmd

This commit is contained in:
Rachael Alexanderson 2017-02-27 12:02:46 -05:00 committed by Christoph Oelckers
parent cc598dfdde
commit e9364fccb8
1 changed files with 1 additions and 0 deletions

View File

@ -2692,6 +2692,7 @@ void D_DoomMain (void)
// These calls from inside V_Init2 are still necessary
C_NewModeAdjust();
M_InitVideoModesMenu();
Renderer->RemapVoxels();
D_StartTitle (); // start up intro loop
setmodeneeded = false; // This may be set to true here, but isn't needed for a restart
}