aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD G Turner2012-11-19 23:33:02 +0000
committerD G Turner2012-11-19 23:33:02 +0000
commit8bf5a61278fd90780a8c8442d79f97409edf2d2b (patch)
tree698db14cf745980081490086ce4ff0e8dea6f79e
parentb35bda171550bd2ad7d9b88e859549eac2df2038 (diff)
downloadscummvm-rg350-8bf5a61278fd90780a8c8442d79f97409edf2d2b.tar.gz
scummvm-rg350-8bf5a61278fd90780a8c8442d79f97409edf2d2b.tar.bz2
scummvm-rg350-8bf5a61278fd90780a8c8442d79f97409edf2d2b.zip
PARALLACTION: Mask unused, but set variable warning, by debug().
This variable is likely to be used in the future if the associated TODO is implemented, so this warning is inhibited by adding a debug() output statement.
-rw-r--r--engines/parallaction/parser_br.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/parser_br.cpp b/engines/parallaction/parser_br.cpp
index e7f1b1b1ed..e60349ffa8 100644
--- a/engines/parallaction/parser_br.cpp
+++ b/engines/parallaction/parser_br.cpp
@@ -325,6 +325,7 @@ DECLARE_LOCATION_PARSER(location) {
nextToken = 2;
}
+ debugC(7, kDebugParser, "flip: %d", flip);
// TODO: handle background horizontal flip (via a context parameter)
if (_tokens[nextToken][0] != '\0') {