MORTEVIELLE: Rename some more functions and globals

This commit is contained in:
Strangerke 2012-03-05 07:45:43 +01:00
parent 5739256412
commit 1ee4429601
7 changed files with 156 additions and 108 deletions

View file

@ -49,7 +49,7 @@ Common::String SavegameManager::generateSaveName(int slotNumber) {
* Handle saving or loading savegame data
*/
void SavegameManager::sync_save(Common::Serializer &sz) {
sz.syncAsSint16LE(g_s1._conf);
sz.syncAsSint16LE(g_s1._faithScore);
sz.syncBytes((byte *)&g_s1._pourc[0], 11);
sz.syncBytes((byte *)&g_s1._teauto[0], 43);
sz.syncBytes((byte *)&g_s1._sjer[0], 31);