Changeset 5336 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Oct 9, 2005, 12:54:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5318 r5336 468 468 sprintf (npcChar, "NPC_%d", i); 469 469 tmp->setName(npcChar); 470 tmp->setAbsCoor(((float)rand()/RAND_MAX) * 5000, 50/*+ (float)rand()/RAND_MAX*20*/, ((float)rand()/RAND_MAX -.5) * 50);470 tmp->setAbsCoor(((float)rand()/RAND_MAX) * 5000, 50/*+ (float)rand()/RAND_MAX*20*/, ((float)rand()/RAND_MAX -.5) *30); 471 471 this->spawn(tmp); 472 472
Note: See TracChangeset
for help on using the changeset viewer.