aboutsummaryrefslogtreecommitdiff
path: root/queen/verb.h
diff options
context:
space:
mode:
authorDavid Eriksson2003-11-06 08:44:33 +0000
committerDavid Eriksson2003-11-06 08:44:33 +0000
commitc524a58197f28d6ff54398a052ef391dac905148 (patch)
tree8f4b9c1f692c57129b3307cb22d72ac9b7fa1d6f /queen/verb.h
parentd1ebb50c5b93906d69fe1359ac73b5cc0523df66 (diff)
downloadscummvm-rg350-c524a58197f28d6ff54398a052ef391dac905148.tar.gz
scummvm-rg350-c524a58197f28d6ff54398a052ef391dac905148.tar.bz2
scummvm-rg350-c524a58197f28d6ff54398a052ef391dac905148.zip
The more I implement, the more I need to implement.
- More cutaway code - More dialogue code Hint: Let the last intro cutaway finish if you don't want Joe to get stuck. svn-id: r11160
Diffstat (limited to 'queen/verb.h')
-rw-r--r--queen/verb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/queen/verb.h b/queen/verb.h
index 05a94eaa0f..fc66e3d173 100644
--- a/queen/verb.h
+++ b/queen/verb.h
@@ -111,6 +111,10 @@ public:
_verb <= VERB_DIGIT_LAST;
}
+ int digit() const {
+ return (int)_verb - VERB_DIGIT_1 + 1;
+ }
+
bool isSkipText() const {
return _verb == VERB_SKIP_TEXT;
}