Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7369 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc


Ignore:
Timestamp:
Apr 25, 2006, 11:46:21 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor movement and renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.cc

    r7311 r7369  
    2828#include "util/loading/game_loader.h"
    2929
    30 #include "p_node.h"
    3130#include "world_entity.h"
    3231#include "player.h"
    3332#include "camera.h"
    34 #include "environment.h"
    35 #include "terrain.h"
    36 #include "test_entity.h"
    3733#include "terrain.h"
    3834#include "skybox.h"
     
    5854#include "glmenu_imagescreen.h"
    5955
    60 #include "animation_player.h"
    61 #include "animation3d.h"
    62 
    6356#include "game_rules.h"
    6457
     
    114107
    115108  GraphicsEngine::getInstance()->displayFPS(true);
    116 
    117   /* initialize some graphics engines and graphical elements */
    118   AnimationPlayer::getInstance();
    119   PhysicsEngine::getInstance();
    120109}
    121110
     
    339328  /* delete some garphics and scene eingines */
    340329  delete LightManager::getInstance();
    341   delete AnimationPlayer::getInstance();
    342   delete PhysicsEngine::getInstance();
    343330
    344331  if (this->music != NULL)
Note: See TracChangeset for help on using the changeset viewer.