aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-07-16 15:17:18 +1000
committerPaul Gilbert2011-07-16 15:17:18 +1000
commitc3f3120194151cdeb31d9b3622c76cd4e5b7ed6a (patch)
treebefc674957aa5e322c87ecd5f47464557634bdcb /engines/cge/cge.h
parent453fbb7454b5e6d517febd29aea4e589c44247bf (diff)
downloadscummvm-rg350-c3f3120194151cdeb31d9b3622c76cd4e5b7ed6a.tar.gz
scummvm-rg350-c3f3120194151cdeb31d9b3622c76cd4e5b7ed6a.tar.bz2
scummvm-rg350-c3f3120194151cdeb31d9b3622c76cd4e5b7ed6a.zip
CGE: Cleaned up room preview handling code and fixed memory leak
Diffstat (limited to 'engines/cge/cge.h')
-rw-r--r--engines/cge/cge.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cge/cge.h b/engines/cge/cge.h
index bb14251599..9894cc07bc 100644
--- a/engines/cge/cge.h
+++ b/engines/cge/cge.h
@@ -85,7 +85,9 @@ public:
int _lev;
Common::RandomSource _randomSource;
- byte * _mini;
+ byte * _mini;
+ BMP_PTR * _miniShp;
+ BMP_PTR * _miniShpList;
virtual Common::Error run();
GUI::Debugger *getDebugger() {