diff options
author | D G Turner | 2012-11-19 23:33:02 +0000 |
---|---|---|
committer | D G Turner | 2012-11-19 23:33:02 +0000 |
commit | 8bf5a61278fd90780a8c8442d79f97409edf2d2b (patch) | |
tree | 698db14cf745980081490086ce4ff0e8dea6f79e /engines/parallaction | |
parent | b35bda171550bd2ad7d9b88e859549eac2df2038 (diff) | |
download | scummvm-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.
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/parser_br.cpp | 1 |
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') { |