diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/supernova/msn_def.h | 5 | ||||
-rw-r--r-- | engines/supernova/rooms.h | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h index 0d92799b56..08bcfe000a 100644 --- a/engines/supernova/msn_def.h +++ b/engines/supernova/msn_def.h @@ -53,7 +53,7 @@ enum AudioIndex { kAudioGreat, // 44|0 kAudioCrash, // 45|0 kAudioVoiceHalt, // 46|0 - kAudioUndef1, // 46|2510 + kAudioGunShot, // 46|2510 kAudioUndef2, // 46|4020 kAudioVoiceSupernova, // 47|0 kAudioVoiceYeah, // 47|24010 @@ -63,6 +63,7 @@ enum AudioIndex { kAudioTurntable, // 48|13530 kAudioUndef5, // 50|0 kAudioUndef6, // 50|12786 + kAudioRocks, // 51|0 kAudioDeath, // 53|0 kAudioAlarm, // 54|0 kAudioUndef7, // 54|8010 @@ -405,7 +406,7 @@ enum ObjectID { STONE, SPACESHIPS,SPACESHIP,STAR,DOOR,MEETUP_SIGN, PORTER,BATHROOM_BUTTON,BATHROOM_SIGN,KITCHEN_SIGN,CAR_SLOT, - ARS_BATHROOM,COINS,SCHNUCK,EGG,PILL,PILL_HULL,STAIRCASE, + ARSANO_BATHROOM,COINS,SCHNUCK,EGG,PILL,PILL_HULL,STAIRCASE, MEETUP_EXIT, ROGER_W,WALLET,KEYCARD_R,CUP, GLIDER_BUTTON1,GLIDER_BUTTON2,GLIDER_BUTTON3,GLIDER_BUTTON4,GLIDER_SLOT,GLIDER_BUTTONS, diff --git a/engines/supernova/rooms.h b/engines/supernova/rooms.h index 5db3dcf103..48bee74531 100644 --- a/engines/supernova/rooms.h +++ b/engines/supernova/rooms.h @@ -634,7 +634,7 @@ public: _objectState[8] = Object("Tablette","Die Plastikhülle zeigt einen|Mund mit einer Sprechblase. Was|darin steht, kannst du nicht lesen.",PILL,TAKE,255,255,0); _objectState[9] = Object("Schlitz",Object::defaultDescription,CAR_SLOT,COMBINABLE,6,6,0); _objectState[10] = Object("Automat","Sieht aus wie ein Kaugummiautomat.",NULLOBJECT,NULLTYPE,5,5,0); - _objectState[11] = Object("Toilette","Die Toiletten sind denen|auf der Erde sehr ähnlich.",ARS_BATHROOM,NULLTYPE,255,255,0); + _objectState[11] = Object("Toilette","Die Toiletten sind denen|auf der Erde sehr ähnlich.",ARSANO_BATHROOM,NULLTYPE,255,255,0); _objectState[12] = Object("Knopf",Object::defaultDescription,BATHROOM_BUTTON,PRESS,3,3,0); _objectState[13] = Object("Schild","Diese Schrift kannst du nicht lesen.",BATHROOM_SIGN,NULLTYPE,4,4,0); _objectState[14] = Object("Treppe",Object::defaultDescription,STAIRCASE,EXIT,8,8,0,REST,3); |