diff options
Diffstat (limited to 'engines/lastexpress/entities/kronos.h')
-rw-r--r-- | engines/lastexpress/entities/kronos.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/lastexpress/entities/kronos.h b/engines/lastexpress/entities/kronos.h index 48da419a6e..00564b8ce5 100644 --- a/engines/lastexpress/entities/kronos.h +++ b/engines/lastexpress/entities/kronos.h @@ -89,7 +89,7 @@ public: */ DECLARE_FUNCTION(chapter1Handler) - DECLARE_FUNCTION(function9) + DECLARE_FUNCTION(greetCath) DECLARE_FUNCTION(function10) DECLARE_FUNCTION(function11) @@ -109,14 +109,14 @@ public: DECLARE_FUNCTION(chapter3Handler) DECLARE_FUNCTION(function15) - DECLARE_FUNCTION(function16) - DECLARE_FUNCTION(function17) - DECLARE_FUNCTION(function18) - DECLARE_FUNCTION(function19) - DECLARE_FUNCTION(function20) - DECLARE_FUNCTION(function21) - DECLARE_FUNCTION(function22) - DECLARE_FUNCTION(function23) + DECLARE_FUNCTION(visitSalon) + DECLARE_FUNCTION(returnCompartment) + DECLARE_FUNCTION(preConcert) + DECLARE_FUNCTION(startConcert) + DECLARE_FUNCTION(duringConcert) + DECLARE_FUNCTION(afterConcert) + DECLARE_FUNCTION(awaitingCath) + DECLARE_FUNCTION(finished) /** * Setup Chapter 4 |