- fixed: DAutomap::Serialize needs to call its super method.

This commit is contained in:
Christoph Oelckers 2019-01-26 17:54:58 +01:00
parent 0e5320cb3a
commit fe06c49e34
1 changed files with 1 additions and 0 deletions

View File

@ -3187,6 +3187,7 @@ void DAutomap::Drawer (int bottom)
void DAutomap::Serialize(FSerializer &arc)
{
Super::Serialize(arc);
// This only stores those variables which do not get set each time the automap is either activated or drawn.
// Especially the screen coordinates can not be brought over because the display settings may have changed.
arc("markpointnum", markpointnum)