aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/text.h
diff options
context:
space:
mode:
authorStrangerke2014-07-07 10:41:43 +0200
committerStrangerke2014-07-07 10:41:43 +0200
commitc5855b4293522f365329593e41a16e68b1424967 (patch)
tree055128676035bc133fc8f84f58994998da7c15b7 /engines/cge2/text.h
parent21a4c44bea2e413444716994671f63e8fe6aa373 (diff)
downloadscummvm-rg350-c5855b4293522f365329593e41a16e68b1424967.tar.gz
scummvm-rg350-c5855b4293522f365329593e41a16e68b1424967.tar.bz2
scummvm-rg350-c5855b4293522f365329593e41a16e68b1424967.zip
CGE2: Add workaround for the missing dialogs in room 21 (concert)
Diffstat (limited to 'engines/cge2/text.h')
-rw-r--r--engines/cge2/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/text.h b/engines/cge2/text.h
index bca774357a..88ed501158 100644
--- a/engines/cge2/text.h
+++ b/engines/cge2/text.h
@@ -48,6 +48,7 @@ class Text {
char *_text;
} *_cache;
int _size;
+ int16 _txtCount;
char _fileName[kPathMax];
void load();
int16 count();