aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorMax Horn2004-09-18 22:42:45 +0000
committerMax Horn2004-09-18 22:42:45 +0000
commit768133d6e6e4432d599fcf1261193334227b2033 (patch)
treed9ab4bce2466c4808f83244bd8ae4840f0468c70 /scumm/script_v6.cpp
parente74a3c9a2bdaead10b130e09e7a9cdf2fac17d55 (diff)
downloadscummvm-rg350-768133d6e6e4432d599fcf1261193334227b2033.tar.gz
scummvm-rg350-768133d6e6e4432d599fcf1261193334227b2033.tar.bz2
scummvm-rg350-768133d6e6e4432d599fcf1261193334227b2033.zip
Rename some member vars to avoid _ followed by an uppercase letter. More of those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this)
svn-id: r15175
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index b35bbfbabb..ebe31323f4 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1064,7 +1064,7 @@ void ScummEngine_v6::o6_setState() {
putState(obj, state);
markObjectRectAsDirty(obj);
- if (_BgNeedsRedraw)
+ if (_bgNeedsRedraw)
clearDrawObjectQueue();
}