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/saveload.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/saveload.cpp') diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp index d7e4085a2a..ebaa6fde8f 100644 --- a/scumm/saveload.cpp +++ b/scumm/saveload.cpp @@ -538,7 +538,7 @@ void ScummEngine::saveOrLoad(Serializer *s, uint32 savegameVersion) { MKLINE(ScummEngine, _switchRoomEffect, sleByte, VER(8)), MKLINE(ScummEngine, _newEffect, sleByte, VER(8)), MKLINE(ScummEngine, _switchRoomEffect2, sleByte, VER(8)), - MKLINE(ScummEngine, _BgNeedsRedraw, sleByte, VER(8)), + MKLINE(ScummEngine, _bgNeedsRedraw, sleByte, VER(8)), // The state of palManipulate is stored only since V10 MKLINE(ScummEngine, _palManipStart, sleByte, VER(10)), @@ -718,7 +718,7 @@ void ScummEngine::saveOrLoad(Serializer *s, uint32 savegameVersion) { s->saveLoadArrayOf(vm.slot, NUM_SCRIPT_SLOT, sizeof(vm.slot[0]), scriptSlotEntries); if (_heversion >= 71) - s->saveLoadArrayOf(_WizPolygons, _WizNumPolygons, sizeof(_WizPolygons[0]), polygonEntries); + s->saveLoadArrayOf(_wizPolygons, _wizNumPolygons, sizeof(_wizPolygons[0]), polygonEntries); s->saveLoadArrayOf(_objs, _numLocalObjects, sizeof(_objs[0]), objectEntries); if (s->isLoading() && savegameVersion < VER(13)) { // Since roughly v13 of the save games, the objs storage has changed a bit -- cgit v1.2.3