diff options
Diffstat (limited to 'engines/kyra/kyra_hof.cpp')
-rw-r--r-- | engines/kyra/kyra_hof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_hof.cpp b/engines/kyra/kyra_hof.cpp index 277b6532c8..9c5548c1f7 100644 --- a/engines/kyra/kyra_hof.cpp +++ b/engines/kyra/kyra_hof.cpp @@ -202,7 +202,7 @@ void KyraEngine_HoF::pauseEngineIntern(bool pause) { } for (int x = 0; x < 8; x++) { - if (_activeWSA[x].flags == -1) + if (_activeWSA[x].flags != -1) _activeWSA[x].nextFrame += pausedTime; } |