- fix pause appearing when replay loaded

This commit is contained in:
Ilya Shurumov 2021-05-22 20:24:07 +06:00 committed by InspirationByte
parent 02a675ab36
commit 5315ff4be6

View File

@ -790,6 +790,8 @@ void State_GameInit(void* param)
cameraview = 0;
FrameCnt = 0;
NoTextureMemory = 0;
WantPause = 0;
gDrawPauseMenus = 0;
SpoolSYNC();