Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 1:49:24 AM (16 years ago)
Author:
rgrieder
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Orxonox.cc

    r627 r637  
    6868#include "core/Debug.h"
    6969#include "hud/HUD.h"
     70#include "objects/weapon_system/bullet_manager.h"
    7071
    7172#include "GraphicsEngine.h"
     
    166167    ar.checkArgument("data", this->dataPath_, false);
    167168    ar.checkArgument("ip", serverIp_, false);
     169    //mode = "presentation";
    168170    if(ar.errorHandling()) die();
    169171    if(mode == std::string("server"))
     
    372374    auMan_ = new audio::AudioManager();
    373375
     376    bulletMgr_ = new BulletManager();
     377
    374378    // load this file from config
    375379    loader_ = new loader::LevelLoader("sample.oxw");
     
    382386    orxonoxHud->setEnergyDistr(20,20,60);
    383387    hudOverlay->show();
    384 
    385388
    386389        /*
Note: See TracChangeset for help on using the changeset viewer.