[Scummvm-cvs-logs] scummvm master -> 734a361f2e49c15b4ac1029c39b478ff2843c924

clone2727 clone2727 at gmail.com
Mon Jun 11 16:17:15 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
734a361f2e SCUMM: Fix basketball ini name


Commit: 734a361f2e49c15b4ac1029c39b478ff2843c924
    https://github.com/scummvm/scummvm/commit/734a361f2e49c15b4ac1029c39b478ff2843c924
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-06-11T07:16:07-07:00

Commit Message:
SCUMM: Fix basketball ini name

Changed paths:
    engines/scumm/he/script_v60he.cpp



diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp
index dbeee56..5e35938 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;






More information about the Scummvm-git-logs mailing list