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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Tue May 18 11:24:54 CEST 2010


Revision: 49072
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49072&view=rev
Author:   wjpalenstijn
Date:     2010-05-18 09:24:53 +0000 (Tue, 18 May 2010)

Log Message:
-----------
Fix missing dialogue index.

This is the BR case of the NS fix in r45053. Patch by fuzzie at fuzzie.org .

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

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2010-05-18 09:18:27 UTC (rev 49071)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2010-05-18 09:24:53 UTC (rev 49072)
@@ -443,6 +443,7 @@
 				continue;
 			}
 			_visAnswers[_numVisAnswers]._a = a;
+			_visAnswers[_numVisAnswers]._index = i;
 			_numVisAnswers++;
 		}
 	}


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