Questions in dialogues can have up to 10 answers in BRA.

svn-id: r35524
This commit is contained in:
Nicola Mettifogo 2008-12-24 10:35:34 +00:00
parent c2c439b53d
commit cae7c2346f

View File

@ -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;