Permalink
Browse files
DIRECTOR: Fix warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
engines/director/events.cpp
|
|
@@ -133,7 +133,7 @@ void DirectorEngine::processEvents() { |
|
|
g_system->updateScreen(); |
|
|
g_system->delayMillis(10); |
|
|
|
|
|
if (currentFrame > 0) |
|
|
if (sc->getCurrentFrame() > 0) |
|
|
_lingo->processEvent(kEventIdle, kFrameScript, sc->getCurrentFrame()); |
|
|
} |
|
|
} |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.