Changeset 8968 in orxonox.OLD for branches/single_player_map/src/world_entities/npcs
- Timestamp:
- Jun 30, 2006, 6:23:17 PM (18 years ago)
- Location:
- branches/single_player_map/src/world_entities/npcs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/npcs/generic_npc.cc
r8967 r8968 528 528 this->fallVelocity += 300.0f * dt; 529 529 velocity -= Vector(0.0, 1.0, 0.0) * this->fallVelocity; 530 PRINTF(0)("%s is not on ground\n", this->getName());530 // PRINTF(0)("%s is not on ground\n", this->getName()); 531 531 } 532 532 else -
branches/single_player_map/src/world_entities/npcs/npc.cc
r8894 r8968 29 29 30 30 this->toList(OM_GROUP_00); 31 31 32 } 32 33
Note: See TracChangeset
for help on using the changeset viewer.