Hopkins: More renaming

This commit is contained in:
Strangerke 2013-01-21 19:15:37 +01:00
parent 33636f0d63
commit 2cd0d1f4a1
5 changed files with 68 additions and 147 deletions

View file

@ -279,7 +279,7 @@ void SaveLoadManager::syncCharacterLocation(Common::Serializer &s, CharacterLoca
s.syncAsSint16LE(item._pos.y);
s.syncAsSint16LE(item.field2);
s.syncAsSint16LE(item._location);
s.syncAsSint16LE(item.field4);
s.syncAsSint16LE(item._zoomFactor);
}
void SaveLoadManager::convertThumb16To8(Graphics::Surface *thumb16, Graphics::Surface *thumb8) {