From 6a50ba2308c6a9fc3eb733f310c87ed279b565ed Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Sep 2004 19:28:59 +0000 Subject: 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 --- scumm/script_v7he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v7he.cpp') 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 -- cgit v1.2.3