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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 18 years ago
parent 6b58c1c2ff
commit c5a7eaca65

@ -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