mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r8043) -Fix (8028): forgot setting a variable.
This commit is contained in:
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…
Reference in New Issue
Block a user