Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5256 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Sep 25, 2005, 6:27:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: real strange, i thought i fixed this before
this seems to be a copy-past error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.cc

    r5218 r5256  
    464464    char npcChar[10];
    465465    sprintf (npcChar, "NPC_%d", i);
    466     tmp->setName(npcChar);
     466        tmp->setName(npcChar);
    467467    tmp->setAbsCoor(((float)rand()/RAND_MAX) * 5000, 50/*+ (float)rand()/RAND_MAX*20*/, ((float)rand()/RAND_MAX -.5) *100);
    468468    this->spawn(tmp);
Note: See TracChangeset for help on using the changeset viewer.