diff options
-rw-r--r-- | engines/parallaction/objects.h | 2 |
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; |