aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorMax Horn2003-05-22 09:58:33 +0000
committerMax Horn2003-05-22 09:58:33 +0000
commitc78664cbc9086ed19b89b5e2810e9457ef473894 (patch)
tree862945c694f20cf405176d956e5eba94194617f9 /scumm/actor.h
parent061228688e32d2f25bb2960eebb6f8163f19631b (diff)
downloadscummvm-rg350-c78664cbc9086ed19b89b5e2810e9457ef473894.tar.gz
scummvm-rg350-c78664cbc9086ed19b89b5e2810e9457ef473894.tar.bz2
scummvm-rg350-c78664cbc9086ed19b89b5e2810e9457ef473894.zip
renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame
svn-id: r7819
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 7cf3d80af8..123bb1f557 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -90,7 +90,7 @@ public:
byte moving;
bool ignoreBoxes;
byte forceClip;
- byte initFrame, walkFrame, standFrame, talkFrame1, talkFrame2;
+ byte initFrame, walkFrame, standFrame, talkStartFrame, talkStopFrame;
bool needRedraw, needBgReset, costumeNeedsInit, visible;
byte shadow_mode;
bool flip;