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/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/cursor.cpp') diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index 36af18967b..1600b1a7c4 100644 --- a/scumm/cursor.cpp +++ b/scumm/cursor.cpp @@ -148,7 +148,7 @@ void ScummEngine::setCursorFromBuffer(byte *ptr, int width, int height, int pitc } void ScummEngine_v7he::setCursorFromImg(uint img, uint room, uint imgindex) { - _Win32ResExtractor->setCursor(img); + _win32ResExtractor->setCursor(img); } void ScummEngine_v6::setCursorFromImg(uint img, uint room, uint imgindex) { -- cgit v1.2.3