aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2009-01-04 14:23:20 +0000
committerNicola Mettifogo2009-01-04 14:23:20 +0000
commitf2b495ba2d31fc6cdfd07130c9491dea026c07cb (patch)
tree64e20efe7bdaf26335cc6eb8163a3c1c984233d9 /engines/parallaction/objects.cpp
parent4273d0db92f37dcaefea280022e9d6b2effafeb9 (diff)
downloadscummvm-rg350-f2b495ba2d31fc6cdfd07130c9491dea026c07cb.tar.gz
scummvm-rg350-f2b495ba2d31fc6cdfd07130c9491dea026c07cb.tar.bz2
scummvm-rg350-f2b495ba2d31fc6cdfd07130c9491dea026c07cb.zip
Implemented counters in BRA. Only valid answer options are shown, and counter calculations in scripts are performed.
svn-id: r35723
Diffstat (limited to 'engines/parallaction/objects.cpp')
-rw-r--r--engines/parallaction/objects.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/objects.cpp b/engines/parallaction/objects.cpp
index 00a09ec62d..1016ddd670 100644
--- a/engines/parallaction/objects.cpp
+++ b/engines/parallaction/objects.cpp
@@ -249,6 +249,7 @@ Answer::Answer() {
_followingQuestion = NULL;
_noFlags = 0;
_yesFlags = 0;
+ _hasCounterCondition = false;
}
Question::Question() {