From 011b73a09ba1e3d51a403ed65cedcd9394d6bfb0 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 29 Mar 2009 12:41:00 +0000 Subject: Commands now evaluate their reference Zone at runtime, thus handling of forward references in the parser is no more needed. svn-id: r39738 --- engines/parallaction/objects.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/parallaction/objects.cpp') diff --git a/engines/parallaction/objects.cpp b/engines/parallaction/objects.cpp index a417efaecc..f1309c6919 100644 --- a/engines/parallaction/objects.cpp +++ b/engines/parallaction/objects.cpp @@ -34,6 +34,7 @@ Command::Command() { _id = 0; _flagsOn = 0; _flagsOff = 0; + _valid = false; _flags = 0; _string = 0; -- cgit v1.2.3