Changeset 9371 in orxonox.OLD for branches/proxy/src/world_entities/creatures
- Timestamp:
- Jul 20, 2006, 11:08:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/creatures/fps_player.cc
r9347 r9371 299 299 if ( victim ) 300 300 { 301 PRINTF(0)("FIRE: hit %s\n", victim->getClass Name());301 PRINTF(0)("FIRE: hit %s\n", victim->getClassCName()); 302 302 victim->hit( 20, this ); 303 303 }
Note: See TracChangeset
for help on using the changeset viewer.