mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Questions in dialogues can have up to 10 answers in BRA.
svn-id: r35524
This commit is contained in:
parent
c2c439b53d
commit
cae7c2346f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user