Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8690 in orxonox.OLD for branches/terrain/src/story_entities


Ignore:
Timestamp:
Jun 21, 2006, 11:29:30 PM (19 years ago)
Author:
ponder
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/story_entities/game_world_data.cc

    r8328 r8690  
    208208      }
    209209               
    210       if( element->Value() == "Terrain" && created->isA(CL_TERRAIN))
     210      if( element->Value() == "TerrainEntity" && created->isA(CL_TERRAIN))
    211211      {
    212212        this->terrain = dynamic_cast<TerrainEntity*>(created);
Note: See TracChangeset for help on using the changeset viewer.