Changeset 9421 in orxonox.OLD for branches/terrain/src/story_entities
- Timestamp:
- Jul 24, 2006, 1:46:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/story_entities/game_world_data.cc
r9417 r9421 220 220 State::setSkyBox(dynamic_cast<SkyBox*>(this->sky)); 221 221 } 222 if( element->Value() == "Terrain " && created->isA(CL_TERRAIN))222 if( element->Value() == "TerrainEntity" && created->isA(CL_TERRAIN_ENTITY)) 223 223 { 224 224 this->terrain = dynamic_cast<TerrainEntity*>(created);
Note: See TracChangeset
for help on using the changeset viewer.