Conflicts:
	src/p_3dfloors.cpp
This commit is contained in:
Christoph Oelckers 2016-01-29 16:36:24 +01:00
commit d0b194563a
17 changed files with 180 additions and 146 deletions

View file

@ -425,7 +425,6 @@ void P_SerializeWorld (FArchive &arc)
short secretsector;
arc << secretsector;
if (secretsector) sec->Flags |= SECF_WASSECRET;
sec->special &= ~(SECRET_MASK|FRICTION_MASK|PUSH_MASK);
P_InitSectorSpecial(sec, sec->special, true);
}
arc << sec->interpolations[0]