aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere/dragonsphere_scenes.h
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/dragonsphere/dragonsphere_scenes.h
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/dragonsphere/dragonsphere_scenes.h')
-rw-r--r--engines/mads/dragonsphere/dragonsphere_scenes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/dragonsphere/dragonsphere_scenes.h b/engines/mads/dragonsphere/dragonsphere_scenes.h
index 8ce1492208..d6af608b19 100644
--- a/engines/mads/dragonsphere/dragonsphere_scenes.h
+++ b/engines/mads/dragonsphere/dragonsphere_scenes.h
@@ -35,7 +35,7 @@ namespace MADS {
namespace Dragonsphere {
enum Noun {
- NOUN_LOOK_AT = 0x0D1
+ VERB_LOOK_AT = 0x0D1
// TODO
};