aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorMax Horn2004-09-28 19:28:59 +0000
committerMax Horn2004-09-28 19:28:59 +0000
commit6a50ba2308c6a9fc3eb733f310c87ed279b565ed (patch)
treed2bb9ff8a5e4190454e5a114fe97a10d1931ed06 /scumm/script_v7he.cpp
parent17f85e8b1a3aada9672d0929e775e776bcbd89f0 (diff)
downloadscummvm-rg350-6a50ba2308c6a9fc3eb733f310c87ed279b565ed.tar.gz
scummvm-rg350-6a50ba2308c6a9fc3eb733f310c87ed279b565ed.tar.bz2
scummvm-rg350-6a50ba2308c6a9fc3eb733f310c87ed279b565ed.zip
Changed more of the actor class members to match our coding guidelines (in the future, when adding new member vars here, please always use our conventions, i.e. prefix them with _ and use CamelBackStyle
svn-id: r15331
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index a28ae984e6..aecb0ef784 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -714,7 +714,7 @@ void ScummEngine_v70he::o70_kernelSetFunctions() {
break;
case 30:
a = derefActor(args[1], "o70_kernelSetFunctions: 30");
- a->clipOverride.bottom = args[2];
+ a->_clipOverride.bottom = args[2];
break;
case 42:
// drawWizImage related