Changeset 4389 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- May 30, 2005, 12:12:03 AM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r4289 r4389 28 28 #include "stdincl.h" 29 29 30 #include "object_manager.h" 30 31 31 #include "projectile.h" 32 32 -
orxonox/trunk/src/world_entities/test_gun.cc
r4382 r4389 92 92 Projectile* p = new TestBullet(this); 93 93 ObjectManager::getInstance()->cache(CL_TEST_BULLET, 100, p); 94 ObjectManager::getInstance()->debug();94 //ObjectManager::getInstance()->debug(); 95 95 } 96 96
Note: See TracChangeset
for help on using the changeset viewer.