diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 5163ee63fd..3d487f483a 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -836,6 +836,9 @@ public: SentenceTab _sentence[NUM_SENTENCE]; StringTab _string[6]; int16 _talkDelay; + int _NES_lastTalkingActor; + int _NES_talkColor; + void actorTalk(const byte *msg); void stopTalk(); int getTalkingActor(); // Wrapper around VAR_TALK_ACTOR for V1 Maniac |