r84 - trunk/src

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 3 10:43:28 EST 2005


Author: jonas
Date: 2005-02-03 10:43:27 -0500 (Thu, 03 Feb 2005)
New Revision: 84

Modified:
   trunk/src/monsters_common.cpp
Log:
monsters normally shouldn't be able to pass players...

Modified: trunk/src/monsters_common.cpp
===================================================================
--- trunk/src/monsters_common.cpp	2005-02-02 21:54:06 UTC (rev 83)
+++ trunk/src/monsters_common.cpp	2005-02-03 15:43:27 UTC (rev 84)
@@ -19,6 +19,7 @@
     state=STATE_FALL;
     otype|=OTYPE_MONSTER;
     enemy_types|=OTYPE_PLAYER;
+    dense_types|=OTYPE_PLAYER;
     im_left=animation;
     im_right=animation;
     au_hit=sndcache->loadWAV("monhit.wav");




More information about the lostpenguins-commits mailing list