This commit is contained in:
commit
fa3846ccc6
9 changed files with 176 additions and 29 deletions
|
|
@ -2173,6 +2173,9 @@ void P_LoadLineDefs (MapData * map)
|
|||
// [RH] Translate old linedef special and flags to be
|
||||
// compatible with the new format.
|
||||
|
||||
mld->special = LittleShort(mld->special);
|
||||
mld->tag = LittleShort(mld->tag);
|
||||
mld->flags = LittleShort(mld->flags);
|
||||
P_TranslateLineDef (ld, mld, -1);
|
||||
// do not assign the tag for Extradata lines.
|
||||
if (ld->special != Static_Init || (ld->args[1] != Init_EDLine && ld->args[1] != Init_EDSector))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue