(svn r8043) -Fix (8028): forgot setting a variable.

pull/155/head
rubidium 18 years ago
parent 5652c39bdd
commit e60d61e0cd

@ -674,7 +674,7 @@ static void QZ_GameLoop(void)
CSleep(1);
for (;;) {
uint32 prev_cur_ticks; // to check for wrapping
uint32 prev_cur_ticks = cur_ticks; // to check for wrapping
InteractiveRandom(); // randomness
while (QZ_PollEvent()) {}

Loading…
Cancel
Save