aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-23 00:12:29 +0000
committerJohannes Schickel2010-07-23 00:12:29 +0000
commit795062d8e75851d8d5ac337edaa55834cfc6adee (patch)
treeca9c824b09ea5405442f1a48ec2c2ae463812475 /engines/kyra/kyra_lok.h
parenta2f6fd976b09985ac5414e4665018f1b8cd7716e (diff)
downloadscummvm-rg350-795062d8e75851d8d5ac337edaa55834cfc6adee.tar.gz
scummvm-rg350-795062d8e75851d8d5ac337edaa55834cfc6adee.tar.bz2
scummvm-rg350-795062d8e75851d8d5ac337edaa55834cfc6adee.zip
KYRA: Cleanup.
svn-id: r51181
Diffstat (limited to 'engines/kyra/kyra_lok.h')
-rw-r--r--engines/kyra/kyra_lok.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h
index 9f1eb282f5..aa28c70410 100644
--- a/engines/kyra/kyra_lok.h
+++ b/engines/kyra/kyra_lok.h
@@ -374,16 +374,14 @@ protected:
//void setTimer19();
void setupTimers();
void timerUpdateHeadAnims(int timerNum);
- void timerSetFlags1(int timerNum);
- void timerSetFlags2(int timerNum);
- void timerSetFlags3(int timerNum);
- void timerCheckAnimFlag1(int timerNum);
- void timerCheckAnimFlag2(int timerNum);
+ void timerTulipCreator(int timerNum);
+ void timerAsInvisibleTimeout(int timerNum);
+ void timerAsWillowispTimeout(int timerNum);
void checkAmuletAnimFlags();
void timerRedrawAmulet(int timerNum);
void timerFadeText(int timerNum);
- void updateAnimFlag1(int timerNum);
- void updateAnimFlag2(int timerNum);
+ void timerWillowispFrameTimer(int timerNum);
+ void timerInvisibleFrameTimer(int timerNum);
void drawAmulet();
void setTextFadeTimerCountdown(int16 countdown);
void setWalkspeed(uint8 newSpeed);