Archive the m_bAlwaysAway variable

This commit is contained in:
smallmodel 2024-11-16 22:35:55 +01:00
parent ffdfbc3c7d
commit 598110477e
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -150,8 +150,9 @@ inline void Door::Archive(Archiver& arc)
arc.ArchiveInteger(&trigger);
arc.ArchiveInteger(&nextdoor);
arc.ArchiveSafePointer(&master);
arc.ArchiveBoolean(&locked);
arc.ArchiveFloat(&next_locked_time);
arc.ArchiveBoolean(&locked);
arc.ArchiveBool(&m_bAlwaysAway);
}
class RotatingDoor : public Door