aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.cpp
diff options
context:
space:
mode:
authoruruk2014-05-13 16:47:55 +0200
committeruruk2014-05-13 16:47:55 +0200
commit78429a723863728b2c95f286a1c313cc6f17d010 (patch)
treedccc298cef26f51ac25a18a7fde0a3cf8c82c9dc /engines/cge2/cge2.cpp
parente8148cf1deafc0300ea758ab06e7a95d382c0fc6 (diff)
downloadscummvm-rg350-78429a723863728b2c95f286a1c313cc6f17d010.tar.gz
scummvm-rg350-78429a723863728b2c95f286a1c313cc6f17d010.tar.bz2
scummvm-rg350-78429a723863728b2c95f286a1c313cc6f17d010.zip
CGE2: More revision and stubbing in Sprite.
Diffstat (limited to 'engines/cge2/cge2.cpp')
-rw-r--r--engines/cge2/cge2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp
index 0c8318a507..4afafdc807 100644
--- a/engines/cge2/cge2.cpp
+++ b/engines/cge2/cge2.cpp
@@ -135,7 +135,7 @@ bool CGE2Engine::showTitle(const char *name) {
LB[1] = NULL;
_bitmapPalette = NULL;
- Sprite D(this, LB);
+ Sprite D(this, LB, 2);
D._flags._kill = true;
// D._flags._bDel = true;
warning("STUB: Sprite::showTitle() - Flags changed compared to CGE1's Sprite type.");