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