diff options
author | Travis Howell | 2003-09-10 08:30:55 +0000 |
---|---|---|
committer | Travis Howell | 2003-09-10 08:30:55 +0000 |
commit | 0cbbfa14105e67d77d739f1f0dedc31c7e84aaf2 (patch) | |
tree | 27d002dc35625a7df15c5112a3c59fbd9375a944 | |
parent | 87ff23ddc15b15d8b5d1f37ab7900b468bb42cf5 (diff) | |
download | scummvm-rg350-0cbbfa14105e67d77d739f1f0dedc31c7e84aaf2.tar.gz scummvm-rg350-0cbbfa14105e67d77d739f1f0dedc31c7e84aaf2.tar.bz2 scummvm-rg350-0cbbfa14105e67d77d739f1f0dedc31c7e84aaf2.zip |
Add comment
svn-id: r10147
-rw-r--r-- | scumm/script_v5.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 6e5f4c6be1..3a633511df 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1136,7 +1136,9 @@ void Scumm_v5::o5_saveLoadGame() { case 0x00: // num slots available result = 100; break; - case 0x20: // dos drive? + case 0x20: // drive + // 0 = hard drive + // 1 = disk drive result = 0; break; case 0x40: // load |