Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Cleanup after merge

File:
1 edited

Legend:

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

    r9406 r9417  
    1414class Camera;
    1515class Player;
    16 class Terrain;
     16class TerrainEntity;
    1717class WorldEntity;
    1818
     
    5858    Player*                       localPlayer;    //!< The player, you fly through the level.
    5959    WorldEntity*                  sky;            //!< The environmental sky of orxonox
    60     Terrain*                      terrain;        //!< The terrain - ground
     60    TerrainEntity*                terrain;        //!< The terrain - ground
    6161
    6262    OrxSound::OggPlayer*          music;          //!< Reference to the SoundEngine's music player (OggPlayer)
Note: See TracChangeset for help on using the changeset viewer.