Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
46e73d3d89
1 changed files with 2 additions and 2 deletions
|
|
@ -4600,9 +4600,9 @@ void SyncOpL3Door(int pnum, int cmd, int i)
|
|||
do_sync = TRUE;
|
||||
if (do_sync) {
|
||||
if (object[i]._otype == OBJ_L3LDOOR)
|
||||
OperateL2LDoor(-1, i, FALSE);
|
||||
OperateL3LDoor(-1, i, FALSE);
|
||||
if (object[i]._otype == OBJ_L3RDOOR)
|
||||
OperateL2RDoor(-1, i, FALSE);
|
||||
OperateL3RDoor(-1, i, FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue