aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/vga.cpp')
-rw-r--r--engines/simon/vga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/simon/vga.cpp b/engines/simon/vga.cpp
index b302f8563d..d190b2f22a 100644
--- a/engines/simon/vga.cpp
+++ b/engines/simon/vga.cpp
@@ -131,7 +131,7 @@ void SimonEngine::runVgaScript() {
if (_continousVgaScript) {
if (_vcPtr != (const byte *)&_vc_get_out_of_code) {
- fprintf(_dumpFile, "%.5d %.5X: %5d %4d ", _vgaTickCounter, _vcPtr - _curVgaFile1, _vgaCurSpriteId, _vgaCurZoneNum);
+ printf("%.5d %.5X: %5d %4d ", _vgaTickCounter, _vcPtr - _curVgaFile1, _vgaCurSpriteId, _vgaCurZoneNum);
dump_video_script(_vcPtr, true);
}
}
@@ -286,7 +286,7 @@ void SimonEngine::vcSkipNextInstruction() {
}
if (_continousVgaScript)
- fprintf(_dumpFile, "; skipped\n");
+ printf("; skipped\n");
}
// VGA Script commands