extend moving_object with a collides function that allows an early veto of collision...
authorMatthias Braun <matze@braunis.de>
Sat, 26 May 2007 14:15:22 +0000 (14:15 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 26 May 2007 14:15:22 +0000 (14:15 +0000)
commitceac6be3ec7208ba67d0a6d1cd6aa25d017ff396
tree6c768bfd131dfd6cb2788f68eb8154cda7a4f8a4
parentb0a1fae1ae0592bc03b06437aa5309f4fb108af8
extend moving_object with a collides function that allows an early veto of collision partners, this nicely fixes invisible block problems

SVN-Revision: 5018
src/object/invisible_block.cpp
src/object/invisible_block.hpp
src/object/magicblock.cpp
src/object/magicblock.hpp
src/sector.cpp