aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNicola Mettifogo2008-12-24 10:35:34 +0000
committerNicola Mettifogo2008-12-24 10:35:34 +0000
commitcae7c2346f9c4fad8e8ad191e7e34b4968f27096 (patch)
tree27d63bfc37c70cd3a266fa2e81d44e026b3c478b /engines
parentc2c439b53d35ab75e7f7eaec00424caedb99e5e7 (diff)
downloadscummvm-rg350-cae7c2346f9c4fad8e8ad191e7e34b4968f27096.tar.gz
scummvm-rg350-cae7c2346f9c4fad8e8ad191e7e34b4968f27096.tar.bz2
scummvm-rg350-cae7c2346f9c4fad8e8ad191e7e34b4968f27096.zip
Questions in dialogues can have up to 10 answers in BRA.
svn-id: r35524
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index e52d1f361f..2611f0ed94 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -159,7 +159,7 @@ typedef Common::List<CommandPtr> CommandList;
#define NUM_QUESTIONS 20
-#define NUM_ANSWERS 5
+#define NUM_ANSWERS 10
struct Answer {
Common::String _text;