aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index 91ab54f49f..7bb7b1861e 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -142,7 +142,6 @@ public:
int _currentSentence;
int _sentenceNumber[6];
StringID _texts[6];
- Common::String _varTexts[6];
byte _rows[6];
byte _rowsStart[6];
@@ -189,7 +188,7 @@ public:
void setAnimationTimer(int ticks);
void dead(const char *message);
void dead(StringID messageId);
- int dialog(int num, byte rowLength[6], StringID text[6], int number, Common::String varText[6] = nullptr);
+ int dialog(int num, byte rowLength[6], StringID text[6], int number);
void sentence(int number, bool brightness);
void say(StringID textId);
void say(const char *text);