Changeset 1032 for code/trunk/src/orxonox/objects/weapon
- Timestamp:
- Apr 12, 2008, 4:08:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc
r871 r1032 34 34 35 35 #include "util/Math.h" 36 #include " ../../Orxonox.h"36 #include "Orxonox.h" 37 37 #include "Bullet.h" 38 38 #include "BulletManager.h" … … 47 47 48 48 BaseWeapon::BaseWeapon() 49 : sceneMgr_( Orxonox::getSingleton()->getSceneManager()),49 : sceneMgr_(GraphicsEngine::getSingleton().getSceneManager()), 50 50 bulletCounter_(0), 51 51 bulletManager_(Orxonox::getSingleton()->getBulletMgr()),
Note: See TracChangeset
for help on using the changeset viewer.