aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/constants.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-02 20:52:09 -0400
committerMatthew Hoops2011-10-02 20:52:09 -0400
commit8c7ebc803383a87cf3199b12d5b3485b2685a873 (patch)
tree6b61f6f6ad1246f47e07631281b4932aa0bab0b1 /engines/pegasus/constants.h
parentb24081c781d66cdc496a14b6326574f75b083dc6 (diff)
downloadscummvm-rg350-8c7ebc803383a87cf3199b12d5b3485b2685a873.tar.gz
scummvm-rg350-8c7ebc803383a87cf3199b12d5b3485b2685a873.tar.bz2
scummvm-rg350-8c7ebc803383a87cf3199b12d5b3485b2685a873.zip
PEGASUS: Add the basic Caldoria neighborhood
Does not include the end-of-game timers and sequence yet. It's currently hooked up to the full game, but does not go beyond the first frame of the wake-up sequence right now.
Diffstat (limited to 'engines/pegasus/constants.h')
-rwxr-xr-xengines/pegasus/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/constants.h b/engines/pegasus/constants.h
index 4c31b45a50..5ab2baac22 100755
--- a/engines/pegasus/constants.h
+++ b/engines/pegasus/constants.h
@@ -739,7 +739,7 @@ static const tGameMode kModeInfoScreen = kModeBiochipPick + 1;
// TODO: Remove me
static const tRoomID kTSA37 = 42;
static const tRoomID kTinyTSA37 = 0;
-static const tRoomID kCaldoria00 = 1;
+static const tRoomID kTSA00 = 0;
} // End of namespace Pegasus