From e9b4124f1d82f0bfcafdbbb40797c7d767e16c91 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Tue, 24 Mar 2009 07:18:16 +0000 Subject: LOL: - implemented lots of opcodes and fixed a few bugs - it's now possible to leave the castle svn-id: r39653 --- engines/kyra/timer_lol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/timer_lol.cpp') diff --git a/engines/kyra/timer_lol.cpp b/engines/kyra/timer_lol.cpp index 96344b0472..c6ed885a29 100644 --- a/engines/kyra/timer_lol.cpp +++ b/engines/kyra/timer_lol.cpp @@ -117,9 +117,9 @@ void LoLEngine::timerSub3(int timerNum) { void LoLEngine::timerProcessFlyingObjects(int timerNum) { for (int i = 0; i < 8; i++) { - if (!_flyingItems[i].enable) + if (!_flyingObjects[i].enable) continue; - updateFlyingObjects(&_flyingItems[i]); + updateFlyingObjects(&_flyingObjects[i]); } } -- cgit v1.2.3