Changeset 8690 in orxonox.OLD for branches/terrain/src/story_entities
- Timestamp:
- Jun 21, 2006, 11:29:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/story_entities/game_world_data.cc
r8328 r8690 208 208 } 209 209 210 if( element->Value() == "Terrain " && created->isA(CL_TERRAIN))210 if( element->Value() == "TerrainEntity" && created->isA(CL_TERRAIN)) 211 211 { 212 212 this->terrain = dynamic_cast<TerrainEntity*>(created);
Note: See TracChangeset
for help on using the changeset viewer.