mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- fixed: DAutomap::Serialize needs to call its super method.
This commit is contained in:
parent
0e5320cb3a
commit
fe06c49e34
1 changed files with 1 additions and 0 deletions
|
@ -3187,6 +3187,7 @@ void DAutomap::Drawer (int bottom)
|
||||||
|
|
||||||
void DAutomap::Serialize(FSerializer &arc)
|
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.
|
// 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.
|
// Especially the screen coordinates can not be brought over because the display settings may have changed.
|
||||||
arc("markpointnum", markpointnum)
|
arc("markpointnum", markpointnum)
|
||||||
|
|
Loading…
Reference in a new issue