diff options
Diffstat (limited to 'scumm/script_v5.cpp')
-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 |