aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-01 23:25:10 +0000
committerJohannes Schickel2009-06-01 23:25:10 +0000
commit6782d3efac9dd69cc33f245472b670adc39ce04e (patch)
treedc4c3978a3ba88b4e7fe0da6f0717fcc48f2cd4f /engines/kyra/lol.h
parentf57be08d6d24ce196098f39296b5796e6a86ea92 (diff)
downloadscummvm-rg350-6782d3efac9dd69cc33f245472b670adc39ce04e.tar.gz
scummvm-rg350-6782d3efac9dd69cc33f245472b670adc39ce04e.tar.bz2
scummvm-rg350-6782d3efac9dd69cc33f245472b670adc39ce04e.zip
Change LoLEngine::delay to be conform with KyraEngine_v1::delay. (remove special iUpdate parameter, just call updateInput, when "doUpdate" is set to false)
svn-id: r41114
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 53671fd837..ac0f9516d8 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -1291,7 +1291,7 @@ private:
int _monsterScaleWHSize;
// misc
- void delay(uint32 millis, bool cUpdate = false, bool iUpdate = false);
+ void delay(uint32 millis, bool doUpdate = false, bool isMainLoop = false);
void delayUntil(uint32 timeStamp);
uint8 getRandomNumberSpecial();