Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2021-01-23 03:51:31 +01:00
commit 46e73d3d89

View file

@ -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);
}
}