aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2_main.cpp')
-rw-r--r--engines/cge2/cge2_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 935a3c94e3..77df792e94 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -908,8 +908,6 @@ bool CGE2Engine::showTitle(const char *name) {
Sprite D(this, LB, 1);
D._flags._kill = true;
- strcpy(D._file, "hatter");
- warning("STUB: Sprite::showTitle() - Flags changed compared to CGE1's Sprite type.");
D.gotoxyz(kScrWidth >> 1, -(kPanHeight >> 1));
_vga->sunset();