diff options
| -rw-r--r-- | scumm/script_v8.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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]); | 
