Changeset 9869 in orxonox.OLD for trunk/src/world_entities/npcs/npc_test1.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/npc_test1.cc
r9235 r9869 25 25 #include "power_ups/laser_power_up.h" 26 26 27 ObjectListDefinition(NPCTest1); 27 28 28 29 NPCTest1::NPCTest1() 29 30 : NPC(NULL) 30 31 { 31 this-> setClassID(CL_NPC_TEST1, "NPCTest1");32 this->registerObject(this, NPCTest1::_objectList); 32 33 33 34 if ((float)rand()/RAND_MAX > .5f)
Note: See TracChangeset
for help on using the changeset viewer.