aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-27 01:13:36 +0200
committerStrangerke2012-06-27 01:15:31 +0200
commit8b30750f821b16c1bb0f6e505aefe41375661a32 (patch)
treee769f8764e144199ee7ca9088065a875241929a6 /engines/cge/vga13h.cpp
parent90d78e31a7b91195f3c382cc8da9bfbd90b5f73d (diff)
downloadscummvm-rg350-8b30750f821b16c1bb0f6e505aefe41375661a32.tar.gz
scummvm-rg350-8b30750f821b16c1bb0f6e505aefe41375661a32.tar.bz2
scummvm-rg350-8b30750f821b16c1bb0f6e505aefe41375661a32.zip
CGE: Remove dead code used to display copyright in DOS prompt
Diffstat (limited to 'engines/cge/vga13h.cpp')
-rw-r--r--engines/cge/vga13h.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp
index 3800b6643a..e178795b7c 100644
--- a/engines/cge/vga13h.cpp
+++ b/engines/cge/vga13h.cpp
@@ -637,15 +637,6 @@ Vga::Vga(CGEEngine *vm) : _frmCnt(0), _msg(NULL), _name(NULL), _setPal(false), _
_page[idx]->create(320, 200, Graphics::PixelFormat::createFormatCLUT8());
}
-#if 0
- // This part was used to display credits at the beginning of the game
- for (int i = 10; i < 20; i++) {
- char *text = _text->getText(i);
- if (text) {
- debugN(1, "%s\n", text);
- }
- }
-#endif
_oldColors = (Dac *)malloc(sizeof(Dac) * kPalCount);
_newColors = (Dac *)malloc(sizeof(Dac) * kPalCount);
getColors(_oldColors);