Changeset 4318 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 27, 2005, 12:53:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4287 r4318 196 196 void World::constuctorInit(char* name, int worldID) 197 197 { 198 this->setClass Name ("World");198 this->setClassID(CL_WORLD); 199 199 200 200 //this->worldName = name;
Note: See TracChangeset
for help on using the changeset viewer.