version 1.474 | | version 1.475 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | server/spell_attack.c: Add some missing P_IS_ALIVE checks - these weren't |
| | needed in the past because living objects would block movement - |
| | with new movement code, isn't always the case. |
| | server/time.c: Fix player movers so that if the victim doesn't have any |
| | movement type, we move it. |
| | MSW 2005-11-30 |
| | |
common/time.c: In move_teleporter() and move_player_mover() do not affect DMs | | common/time.c: In move_teleporter() and move_player_mover() do not affect DMs |
if FLAG_WIZPASS is set. | | if FLAG_WIZPASS is set. |
common/object.c: In check_move_on() do not affect DMs if FLAG_WIZPASS is set. | | common/object.c: In check_move_on() do not affect DMs if FLAG_WIZPASS is set. |