Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 22, 2005, 12:10:09 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: gun can be fired, projectil do not move jet

File:
1 edited

Legend:

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

    r3629 r3631  
    166166  this->setClassName ("World");
    167167
    168   this->worldName = "Just a test level";
     168  this->worldName = name;
    169169  this->debugWorldNr = worldID;
    170170  this->entities = new tList<WorldEntity>();
Note: See TracChangeset for help on using the changeset viewer.