Skip to content
Permalink
Browse files

DIRECTOR: Fix warning

  • Loading branch information
sev- committed Mar 18, 2017
1 parent a6870e0 commit 26eb320b717bcf0aebdbe79651330d0de31c6fce
Showing with 1 addition and 1 deletion.
  1. +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());
}
}

0 comments on commit 26eb320

Please sign in to comment.
You can’t perform that action at this time.