mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
MORTEVIELLE: Added missing variable to savegame synchronization
This commit is contained in:
parent
37386cdf7c
commit
35b502612b
@ -62,6 +62,9 @@ void dem1() {
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle saving or loading savegame data
|
||||
*/
|
||||
static void sync_save(Common::Serializer &sz) {
|
||||
sz.syncAsSint16LE(s1.conf);
|
||||
sz.syncBytes((byte *)&s1.pourc[0], 11);
|
||||
@ -78,6 +81,8 @@ static void sync_save(Common::Serializer &sz) {
|
||||
sz.syncAsSint16LE(s1.icryp);
|
||||
sz.syncAsSint16LE(s1.ipre);
|
||||
sz.syncAsSint16LE(s1.heure);
|
||||
|
||||
sz.syncBytes(bufcha, 390);
|
||||
}
|
||||
|
||||
void takesav(int n) {
|
||||
|
Loading…
Reference in New Issue
Block a user