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

This commit is contained in:
rubidium 2007-01-10 20:11:13 +00:00
parent 6b58c1c2ff
commit c5a7eaca65
1 changed files with 1 additions and 1 deletions

View File

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