Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 10:23:37 AM (17 years ago)
Author:
rgrieder
Message:
  • not really done a lot, but svn create patch doesn't work with renamed files
File:
1 edited

Legend:

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

    r969 r973  
    7070#include "objects/weapon/BulletManager.h"
    7171
    72 #include "InputHandler.h"
     72#include "core/InputManager.h"
    7373
    7474#include "Orxonox.h"
     
    108108      delete this->orxonoxHUD_;
    109109    Loader::close();
    110     InputHandler::destroySingleton();
     110    InputManager::destroySingleton();
    111111    if (this->auMan_)
    112112      delete this->auMan_;
     
    327327  void Orxonox::setupInputSystem()
    328328  {
    329     inputHandler_ = InputHandler::getSingleton();
     329    inputHandler_ = InputManager::getSingleton();
    330330    if (!inputHandler_->initialise(ogre_->getWindowHandle(),
    331331          ogre_->getWindowWidth(), ogre_->getWindowHeight()))
Note: See TracChangeset for help on using the changeset viewer.