mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
CGE2: Repair computation of save checksum.
This commit is contained in:
parent
4e32736e44
commit
0b8a727a0e
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
namespace CGE2 {
|
namespace CGE2 {
|
||||||
|
|
||||||
#define kSavegameCheckSum (1997 + _now + _music + kWorldHeight)
|
#define kSavegameCheckSum (1997 + _now + kWorldHeight)
|
||||||
#define kBadSVG 99
|
#define kBadSVG 99
|
||||||
|
|
||||||
struct SavegameHeader {
|
struct SavegameHeader {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user