do not switch timer if fastdemo is not enabled

This commit is contained in:
Roman Fomin 2022-11-02 15:07:23 +07:00
parent 4a02fd8916
commit a1cc6c6be3

View File

@ -128,7 +128,7 @@ void I_SetFastdemoTimer(boolean on)
I_GetTime = I_GetTime_FastDemo;
I_GetFracTime = I_GetFracTime_FastDemo;
}
else
else if (I_GetTime == I_GetTime_FastDemo)
{
Uint32 time;