Changeset 3631 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 22, 2005, 12:10:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3629 r3631 166 166 this->setClassName ("World"); 167 167 168 this->worldName = "Just a test level";168 this->worldName = name; 169 169 this->debugWorldNr = worldID; 170 170 this->entities = new tList<WorldEntity>();
Note: See TracChangeset
for help on using the changeset viewer.