[Scummvm-cvs-logs] SF.net SVN: scummvm:[34093] scummvm/trunk/engines/parallaction/parser_br. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri Aug 22 08:32:12 CEST 2008


Revision: 34093
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34093&view=rev
Author:   peres001
Date:     2008-08-22 06:32:12 +0000 (Fri, 22 Aug 2008)

Log Message:
-----------
Fixed error in parsing.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parser_br.cpp

Modified: scummvm/trunk/engines/parallaction/parser_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parser_br.cpp	2008-08-22 03:43:12 UTC (rev 34092)
+++ scummvm/trunk/engines/parallaction/parser_br.cpp	2008-08-22 06:32:12 UTC (rev 34093)
@@ -497,7 +497,7 @@
 	_vm->_location._zeta1 = atoi(_tokens[2]);
 
 	if (_tokens[3][0] != '\0') {
-		_vm->_location._zeta2 = atoi(_tokens[1]);
+		_vm->_location._zeta2 = atoi(_tokens[3]);
 	} else {
 		_vm->_location._zeta2 = 50;
 	}


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