From 31bba2e38c0bfad3b990ccf9884c6f8f578a19ee Mon Sep 17 00:00:00 2001 From: uruk Date: Fri, 4 Jul 2014 18:59:33 +0200 Subject: CGE2: Remove unnecessary warning and debug info from showTitle(). --- engines/cge2/cge2_main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/cge2/cge2_main.cpp') 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(); -- cgit v1.2.3