Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2006, 1:46:23 PM (18 years ago)
Author:
bensch
Message:

renamings

File:
1 edited

Legend:

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

    r9417 r9421  
    220220        State::setSkyBox(dynamic_cast<SkyBox*>(this->sky));
    221221      }
    222       if( element->Value() == "Terrain" && created->isA(CL_TERRAIN))
     222      if( element->Value() == "TerrainEntity" && created->isA(CL_TERRAIN_ENTITY))
    223223      {
    224224        this->terrain = dynamic_cast<TerrainEntity*>(created);
Note: See TracChangeset for help on using the changeset viewer.