Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2008, 5:26:41 PM (16 years ago)
Author:
rgrieder
Message:
  • restored compatibility with new InputManager
  • update VS files for tcl support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/console/InGameConsole.cc

    r1214 r1223  
    4141#include "core/CoreIncludes.h"
    4242#include "core/ConsoleCommand.h"
     43#include "core/InputManager.h"
    4344#include "GraphicsEngine.h"
    4445
     
    9899        clear();
    99100        deactivate();
    100         CommandExecutor::execute("setInputMode 2");
     101        InputManager::setInputState(InputManager::IS_NORMAL);
    101102    }
    102103
Note: See TracChangeset for help on using the changeset viewer.