aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 4b5a8ac2b1..09270b19a8 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -533,10 +533,10 @@ void Scumm::unkVirtScreen4(int a) {
unkScreenEffect6();
break;
case 129:
- setDirtyRange(0, 0, vs->height);
- updateDirtyScreen(0);
+ //setDirtyRange(0, 0, vs->height);
+ //updateDirtyScreen(0);
/* XXX: EGA_proc4(0); */
- warning("EGA_proc4"); /* FIXME */
+ warning("EGA_proc4"); /* FIXME */
break;
case 134:
unkScreenEffect5(0);