aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/rooms.h
diff options
context:
space:
mode:
authorThierry Crozat2017-12-05 22:22:04 +0000
committerThierry Crozat2018-01-23 02:15:42 +0000
commit75e3568f063c883ecfb057f4c6dccd3962d77a4c (patch)
treebbbf6837b900742a0308ed675bade510abf5c6bf /engines/supernova/rooms.h
parentef90759e924caaf7b8b3854890eb0ea813a352c0 (diff)
downloadscummvm-rg350-75e3568f063c883ecfb057f4c6dccd3962d77a4c.tar.gz
scummvm-rg350-75e3568f063c883ecfb057f4c6dccd3962d77a4c.tar.bz2
scummvm-rg350-75e3568f063c883ecfb057f4c6dccd3962d77a4c.zip
SUPERNOVA: Implement dialogs with variable text
This was partially implemented but not finished. However I reverted the changes already done to support that in order to use a different approach.
Diffstat (limited to 'engines/supernova/rooms.h')
-rw-r--r--engines/supernova/rooms.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/supernova/rooms.h b/engines/supernova/rooms.h
index 62c7d8f6d0..ad28afb991 100644
--- a/engines/supernova/rooms.h
+++ b/engines/supernova/rooms.h
@@ -1015,9 +1015,6 @@ public:
_rows[3] = 1;
_rows[4] = 0;
_rows[5] = 0;
-
- for (int i = 0; i < 6; i++)
- _varTexts3[i] = "";
}
virtual void onEntrance();
@@ -1031,7 +1028,6 @@ private:
StringID _dialog1[2];
StringID _dialog2[2];
StringID _dialog3[4];
- Common::String _varTexts3[6];
byte _rows[6];
};