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

Fixes #258
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