CGE2: Remove unnecessary warning and debug info from showTitle().

This commit is contained in:
uruk 2014-07-04 18:59:33 +02:00
parent 8b8216bf2c
commit 31bba2e38c

View File

@ -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();