Skip to content

Commit

Permalink
SCUMM: Fix basketball ini name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jun 11, 2012
1 parent f87e8b5 commit 734a361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/scumm/he/script_v60he.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 734a361

Please sign in to comment.