aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorJames Brown2003-01-26 10:54:34 +0000
committerJames Brown2003-01-26 10:54:34 +0000
commit8d9b84b98eb92abbf4d932d6c6e10a10e0fe576b (patch)
treef61414cf51a4da9841a1febd5cd80a3ccaac66cd /scumm/actor.h
parent3dc0535a6be1bbb84c397a7656f5222a646d3d59 (diff)
downloadscummvm-rg350-8d9b84b98eb92abbf4d932d6c6e10a10e0fe576b.tar.gz
scummvm-rg350-8d9b84b98eb92abbf4d932d6c6e10a10e0fe576b.tar.bz2
scummvm-rg350-8d9b84b98eb92abbf4d932d6c6e10a10e0fe576b.zip
Patch 671701: SO_TALK_FREQUENCY
svn-id: r6547
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index e866984017..9efef85b05 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -77,6 +77,7 @@ public:
uint16 costume;
byte room;
byte talkColor;
+ int talkFrequency;
byte scalex, scaley;
byte charset;
int16 newDirection;