- added a few missing init calls.

This commit is contained in:
Christoph Oelckers 2021-04-05 15:41:57 +02:00
parent 7a9e58c31e
commit f6b46e9f63

View file

@ -944,6 +944,11 @@ int RunGame()
PostLoadSetup();
lookups.postLoadLookups();
V_Init2();
twod->Begin(screen->GetWidth(), screen->GetHeight());
twod->End();
UpdateJoystickMenu(NULL);
UpdateVRModes();
setVideoMode();
LoadVoxelModels();