Changeset 5256 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Sep 25, 2005, 6:27:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5218 r5256 464 464 char npcChar[10]; 465 465 sprintf (npcChar, "NPC_%d", i); 466 tmp->setName(npcChar);466 tmp->setName(npcChar); 467 467 tmp->setAbsCoor(((float)rand()/RAND_MAX) * 5000, 50/*+ (float)rand()/RAND_MAX*20*/, ((float)rand()/RAND_MAX -.5) *100); 468 468 this->spawn(tmp);
Note: See TracChangeset
for help on using the changeset viewer.