Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2008, 4:08:29 PM (16 years ago)
Author:
rgrieder
Message:
  • singletonized GraphicsEngine —> Orxonox.h has to included only twice —> better compile performance —> Everything graphic related can now be accessed with GraphicsEngine::getSingleton()
  • asylumized Fighter (SpaceShip with weapon system integrated)
  • removed weapon system from build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc

    r871 r1032  
    3434
    3535#include "util/Math.h"
    36 #include "../../Orxonox.h"
     36#include "Orxonox.h"
    3737#include "Bullet.h"
    3838#include "BulletManager.h"
     
    4747
    4848  BaseWeapon::BaseWeapon()
    49     : sceneMgr_(Orxonox::getSingleton()->getSceneManager()),
     49    : sceneMgr_(GraphicsEngine::getSingleton().getSceneManager()),
    5050      bulletCounter_(0),
    5151      bulletManager_(Orxonox::getSingleton()->getBulletMgr()),
Note: See TracChangeset for help on using the changeset viewer.