aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.h
diff options
context:
space:
mode:
authorJames Brown2003-08-05 16:43:33 +0000
committerJames Brown2003-08-05 16:43:33 +0000
commit173e3c5db36eb2ae56dd31ec49b2fac955920816 (patch)
tree23270bf6035b1eff7cda200f282a38ba0948cfe9 /scumm/verbs.h
parente85cf7dae72cae0a4f2d61904156a1625eb0c272 (diff)
downloadscummvm-rg350-173e3c5db36eb2ae56dd31ec49b2fac955920816.tar.gz
scummvm-rg350-173e3c5db36eb2ae56dd31ec49b2fac955920816.tar.bz2
scummvm-rg350-173e3c5db36eb2ae56dd31ec49b2fac955920816.zip
V1 preposition support, but broken.
svn-id: r9502
Diffstat (limited to 'scumm/verbs.h')
-rw-r--r--scumm/verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/verbs.h b/scumm/verbs.h
index 40fe3d47d7..fd4decb82d 100644
--- a/scumm/verbs.h
+++ b/scumm/verbs.h
@@ -39,7 +39,7 @@ struct VerbSlot {
uint16 saveid;
uint8 key;
bool center;
- uint8 field_1B;
+ uint8 prep;
uint16 imgindex;
};