Changeset 3753 in orxonox.OLD for orxonox/branches/levelloader/src/story_entities
- Timestamp:
- Apr 7, 2005, 11:14:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/story_entities/world.cc
r3746 r3753 1 1 2 2 3 /* … … 149 150 } 150 151 151 152 this->localPlayer = NULL; 152 153 this->entities = new tList<WorldEntity>(); 153 154 155 156 this->setClassName ("World"); 154 157 } 155 158
Note: See TracChangeset
for help on using the changeset viewer.