(svn r8043) -Fix (8028): forgot setting a variable.
This commit is contained in:
@@ -674,7 +674,7 @@ static void QZ_GameLoop(void)
|
|||||||
CSleep(1);
|
CSleep(1);
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
uint32 prev_cur_ticks; // to check for wrapping
|
uint32 prev_cur_ticks = cur_ticks; // to check for wrapping
|
||||||
InteractiveRandom(); // randomness
|
InteractiveRandom(); // randomness
|
||||||
|
|
||||||
while (QZ_PollEvent()) {}
|
while (QZ_PollEvent()) {}
|
||||||
|
Reference in New Issue
Block a user