aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 90cb14de1f..76b36fe935 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -243,6 +243,7 @@ struct StringSlot {
bool center;
bool overhead;
bool no_talk_anim;
+ bool wrapping;
};
struct StringTab : StringSlot {
@@ -1169,7 +1170,7 @@ protected:
virtual void printString(int m, const byte *msg);
virtual bool handleNextCharsetCode(Actor *a, int *c);
- void CHARSET_1();
+ virtual void CHARSET_1();
void drawString(int a, const byte *msg);
void debugMessage(const byte *msg);
void showMessageDialog(const byte *msg);