[Scummvm-cvs-logs] SF.net SVN: scummvm:[35524] scummvm/trunk/engines/parallaction/objects.h

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Wed Dec 24 11:35:34 CET 2008


Revision: 35524
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35524&view=rev
Author:   peres001
Date:     2008-12-24 10:35:34 +0000 (Wed, 24 Dec 2008)

Log Message:
-----------
Questions in dialogues can have up to 10 answers in BRA.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/objects.h

Modified: scummvm/trunk/engines/parallaction/objects.h
===================================================================
--- scummvm/trunk/engines/parallaction/objects.h	2008-12-24 09:59:18 UTC (rev 35523)
+++ scummvm/trunk/engines/parallaction/objects.h	2008-12-24 10:35:34 UTC (rev 35524)
@@ -159,7 +159,7 @@
 
 
 #define NUM_QUESTIONS		20
-#define NUM_ANSWERS			5
+#define NUM_ANSWERS			10
 
 struct Answer {
 	Common::String	_text;


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