mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
do not switch timer if fastdemo
is not enabled
This commit is contained in:
parent
4a02fd8916
commit
a1cc6c6be3
@ -128,7 +128,7 @@ void I_SetFastdemoTimer(boolean on)
|
|||||||
I_GetTime = I_GetTime_FastDemo;
|
I_GetTime = I_GetTime_FastDemo;
|
||||||
I_GetFracTime = I_GetFracTime_FastDemo;
|
I_GetFracTime = I_GetFracTime_FastDemo;
|
||||||
}
|
}
|
||||||
else
|
else if (I_GetTime == I_GetTime_FastDemo)
|
||||||
{
|
{
|
||||||
Uint32 time;
|
Uint32 time;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user