0
0
Fork 0
mirror of https://github.com/DrBeef/Raze.git synced 2025-04-11 10:10:55 +00:00

- Exhumed: properly terminate the "Ramses" save block.

Fixes 
This commit is contained in:
Christoph Oelckers 2020-08-25 21:30:00 +02:00
parent 6b0e1baf02
commit efc83e1a5f

View file

@ -587,7 +587,8 @@ static SavegameHelper sgh("ramses",
SV(lHeadStartClock),
SV(lNextStateChange),
SV(nHeadStage),
SV(nHeadTimeStart)
SV(nHeadTimeStart),
nullptr
);
END_PS_NS