aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-10 13:22:45 +0300
committerFilippos Karapetis2014-05-10 13:24:36 +0300
commit600a715661333565e8546dfcafabf5e1da95d340 (patch)
treea07a3d2306539cac54852e7e143600a4aa8e86b2 /engines/mads/phantom
parent9b79267bd7adc1eeaec105d378b146a1402c607f (diff)
downloadscummvm-rg350-600a715661333565e8546dfcafabf5e1da95d340.tar.gz
scummvm-rg350-600a715661333565e8546dfcafabf5e1da95d340.tar.bz2
scummvm-rg350-600a715661333565e8546dfcafabf5e1da95d340.zip
MADS: Split verbs from nouns
Diffstat (limited to 'engines/mads/phantom')
-rw-r--r--engines/mads/phantom/phantom_scenes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes.h b/engines/mads/phantom/phantom_scenes.h
index 986934fe62..d93ccfccc5 100644
--- a/engines/mads/phantom/phantom_scenes.h
+++ b/engines/mads/phantom/phantom_scenes.h
@@ -35,7 +35,7 @@ namespace MADS {
namespace Phantom {
enum Noun {
- NOUN_LOOK_AT = 0x0D1
+ VERB_LOOK_AT = 0x0D1
// TODO
};