aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
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 7eb98975ef..56600da666 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -855,7 +855,7 @@ public:
public:
/* Actor talking stuff */
- byte _actorToPrintStrFor, _V1_talkingActor;
+ byte _actorToPrintStrFor, _V1TalkingActor;
int _sentenceNum;
SentenceTab _sentence[NUM_SENTENCE];
StringTab _string[6];