From 768133d6e6e4432d599fcf1261193334227b2033 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 18 Sep 2004 22:42:45 +0000 Subject: 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 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v6.cpp') 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(); } -- cgit v1.2.3