[Scummvm-cvs-logs] SF.net SVN: scummvm:[43346] scummvm/trunk/engines/gob/inter_v2.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Thu Aug 13 12:00:35 CEST 2009


Revision: 43346
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43346&view=rev
Author:   strangerke
Date:     2009-08-13 10:00:35 +0000 (Thu, 13 Aug 2009)

Log Message:
-----------
Suppress no longer needed Playtoons workaround

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_v2.cpp

Modified: scummvm/trunk/engines/gob/inter_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v2.cpp	2009-08-13 09:59:44 UTC (rev 43345)
+++ scummvm/trunk/engines/gob/inter_v2.cpp	2009-08-13 10:00:35 UTC (rev 43346)
@@ -1305,12 +1305,6 @@
 
 	char *file = _vm->_game->_script->getResultStr();
 
-	// WORKAROUND: In some games (at least all the Playtoons), some files are 
-	// read on CD (and only on CD). "@:\" is replaced by the CD drive letter.
-	// As the files are copied on the HDD, those characters are skipped. 
-	if (strncmp(file, "@:\\", 3) ==0 )
-		file += 3;
-
 	// WORKAROUND: For some reason, the variable indicating which TOT to load next
 	// is overwritten in the guard house card game in Woodruff.
 	if ((_vm->getGameType() == kGameTypeWoodruff) && !scumm_stricmp(file, "6.TOT"))


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list