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

This commit is contained in:
rubidium
2007-01-10 20:11:13 +00:00
parent 5652c39bdd
commit e60d61e0cd

View File

@@ -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()) {}