aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-06-29 21:17:07 +1000
committerPaul Gilbert2011-06-29 21:17:07 +1000
commite1b6bc042752f2a07a6cb0911d11bf52ed26d9a8 (patch)
treec284913d5657524fe0fd48fd57cc6ffaeb4d84ee /engines/cge/vga13h.cpp
parent290305ad4320a489d6dc98279433e0d3b3a7de40 (diff)
downloadscummvm-rg350-e1b6bc042752f2a07a6cb0911d11bf52ed26d9a8.tar.gz
scummvm-rg350-e1b6bc042752f2a07a6cb0911d11bf52ed26d9a8.tar.bz2
scummvm-rg350-e1b6bc042752f2a07a6cb0911d11bf52ed26d9a8.zip
CGE: Removed Mouse from VGA::ShowQ to prevent crashes in the movie player
Diffstat (limited to 'engines/cge/vga13h.cpp')
-rw-r--r--engines/cge/vga13h.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp
index 1d55af7e31..e642db8e7f 100644
--- a/engines/cge/vga13h.cpp
+++ b/engines/cge/vga13h.cpp
@@ -1310,7 +1310,8 @@ void BITMAP::Show(int x, int y) {
++srcP;
}
}
-
+/*
+ DEBUG code to display image immediately
// Temporary
g_system->copyRectToScreen((const byte *)VGA::Page[1]->getBasePtr(0, 0), SCR_WID, 0, 0, SCR_WID, SCR_HIG);
byte palData[PAL_SIZ];
@@ -1319,6 +1320,7 @@ void BITMAP::Show(int x, int y) {
g_system->updateScreen();
g_system->delayMillis(5000);
+*/
}