version 1.472 | | version 1.473 |
---|
| | |
include/define.h: Update OB_TYPE_MOVE_BLOCK so that spaces that don't block | | include/define.h: Update OB_TYPE_MOVE_BLOCK so that spaces that don't block |
any type of movement doesn't block objects that also don't have movement. | | any type of movement doesn't block objects that also don't have movement. |
This fixes cases of gates not pushing objects off them. | | This fixes cases of gates not pushing objects off them. |
| | server/c_party.c: Remove double use of ->next pointer/loop in |
| | confirm_party_password() - fixes crash and likely makes setting party |
| | password work more reliably. |
MSW 2005-11-29 | | MSW 2005-11-29 |
| | |
common/object.c: Fix wrong comparision operator in free_object2() to make | | common/object.c: Fix wrong comparision operator in free_object2() to make |