diff options
author | Matthew Hoops | 2012-06-11 10:16:07 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-06-11 10:16:07 -0400 |
commit | 734a361f2e49c15b4ac1029c39b478ff2843c924 (patch) | |
tree | 642c1168a45898edac654a745fef4f796ef8a21d /engines | |
parent | f87e8b53f333c6799302d620a2c36668b92c77f0 (diff) | |
download | scummvm-rg350-734a361f2e49c15b4ac1029c39b478ff2843c924.tar.gz scummvm-rg350-734a361f2e49c15b4ac1029c39b478ff2843c924.tar.bz2 scummvm-rg350-734a361f2e49c15b4ac1029c39b478ff2843c924.zip |
SCUMM: Fix basketball ini name
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/he/script_v60he.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp index dbeee567bf..5e359385b6 100644 --- a/engines/scumm/he/script_v60he.cpp +++ b/engines/scumm/he/script_v60he.cpp @@ -124,8 +124,6 @@ int ScummEngine_v60he::convertFilePath(byte *dst, int dstSize) { } else if (dst[0] == '.' && dst[1] == '/') { // Game Data Path // The default game data path is set to './' by ScummVM r = 2; - } else if (dst[2] == 'b' && dst[5] == 'k') { // Backyard Basketball INI - r = 13; } else if (dst[0] == '*' && dst[1] == '/') { // Save Game Path (Windows HE72 - HE100) // The default save game path is set to '*/' by ScummVM r = 2; |