aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJonathan Gray2003-04-28 03:13:49 +0000
committerJonathan Gray2003-04-28 03:13:49 +0000
commit7529493778e54e0dfdc84dff795ba499ced29aa2 (patch)
tree945a8c1511861a142fe371ab0d4041d42667c55f /scumm/scumm.h
parentd95deb809d5052eb471dfc798309a1c6a8cafdb6 (diff)
downloadscummvm-rg350-7529493778e54e0dfdc84dff795ba499ced29aa2.tar.gz
scummvm-rg350-7529493778e54e0dfdc84dff795ba499ced29aa2.tar.bz2
scummvm-rg350-7529493778e54e0dfdc84dff795ba499ced29aa2.zip
get rid of one of the obscure variable names
svn-id: r7171
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 86f3ee8fc1..c0d5def7ab 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -216,7 +216,7 @@ struct ArrayHeader {
};
struct SentenceTab {
- byte unk5;
+ byte verb;
byte unk2;
uint16 unk4;
uint16 unk3;