- Fixed: SPAC_AnyCross didn't work.
- Fixed: Pushable doors must also check for SPAC_MPush. - Fixed: P_LoadThings2 did not adjust the byte order for the thingid field. SVN r965 (trunk)
This commit is contained in:
parent
6c21616c85
commit
b2176a4a33
4 changed files with 10 additions and 5 deletions
|
|
@ -409,7 +409,7 @@ bool EV_DoDoor (DDoor::EVlDoor type, line_t *line, AActor *thing,
|
|||
door->m_Direction = 1; // go back up
|
||||
door->DoorSound (true); // [RH] Make noise
|
||||
}
|
||||
else if (!(line->activation & SPAC_Push))
|
||||
else if (!(line->activation & (SPAC_Push|SPAC_MPush)))
|
||||
// [RH] activate push doors don't go back down when you
|
||||
// run into them (otherwise opening them would be
|
||||
// a real pain).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue