From 3dc0535a6be1bbb84c397a7656f5222a646d3d59 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sun, 26 Jan 2003 06:23:12 +0000 Subject: remove debug copy svn-id: r6546 --- scumm/script_v8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index f520342031..13f8a11070 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -1494,7 +1494,7 @@ void Scumm_v8::o8_kernelSetFunctions() } case 27: { // FIXME: This doesn't work // saveGameRead - _saveLoadSlot = 0; + _saveLoadSlot = args[1]; _saveLoadFlag = 2; _saveLoadCompatible = false; warning("Sgl: %d\n", args[1]); -- cgit v1.2.3