aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge_main.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-07-15 22:56:49 +1000
committerPaul Gilbert2011-07-15 22:56:49 +1000
commit453fbb7454b5e6d517febd29aea4e589c44247bf (patch)
tree2b76e60745b02246b5f216a9f20c9ca6e2f7ece1 /engines/cge/cge_main.cpp
parent4dd65c5e57df55edfabe4e71e487f164a9c5b150 (diff)
downloadscummvm-rg350-453fbb7454b5e6d517febd29aea4e589c44247bf.tar.gz
scummvm-rg350-453fbb7454b5e6d517febd29aea4e589c44247bf.tar.bz2
scummvm-rg350-453fbb7454b5e6d517febd29aea4e589c44247bf.zip
CGE: Bugfixes for loading the room preview shapes list
Diffstat (limited to 'engines/cge/cge_main.cpp')
-rw-r--r--engines/cge/cge_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge/cge_main.cpp b/engines/cge/cge_main.cpp
index f532bd05e8..3c926a3f89 100644
--- a/engines/cge/cge_main.cpp
+++ b/engines/cge/cge_main.cpp
@@ -90,7 +90,6 @@ static char _usrFnam[15] = "\0ɱ%^þúȼ´ ÇÉ";
//--------------------------------------------------------------------------
-static Ems *_mini = _miniEmm.alloc((uint16)MINI_EMM_SIZE);
static BMP_PTR *_miniShpList = NULL;
static BMP_PTR _miniShp[] = { NULL, NULL };
static bool _finis = false;
@@ -348,7 +347,6 @@ void CGEEngine::miniStep(int stp) {
if (stp < 0)
_miniCave->_flags._hide = true;
else {
- &*_mini;
*_miniShp[0] = *_miniShpList[stp];
if (_fx._current)
&*(_fx._current->eAddr());