diff options
Diffstat (limited to 'engines/mads/nebular/nebular_scenes7.cpp')
-rw-r--r-- | engines/mads/nebular/nebular_scenes7.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/mads/nebular/nebular_scenes7.cpp b/engines/mads/nebular/nebular_scenes7.cpp index 476b13223f..3e6847135c 100644 --- a/engines/mads/nebular/nebular_scenes7.cpp +++ b/engines/mads/nebular/nebular_scenes7.cpp @@ -30,13 +30,6 @@ namespace MADS { namespace Nebular { -// Scene 7xx verbs -enum { - VERB_LOOK_AT = 0xD1, - VERB_WALK_ALONG = 0x312, - VERB_STEP_INTO = 0x2F9 -}; - void Scene7xx::setAAName() { _game._aaName = Resources::formatAAName(5); } |