Adjusted some of the corefiles back to the original in preparation for the Pull Request

This commit is contained in:
verysecrethero
2015-12-18 14:49:35 +01:00
parent e0cc25dbac
commit 2f6d4fcd0b
4 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ public:
virtual void Initialize()
{
EVENT_SUBSCRIBE_MEMBER(
m_EInputCommand, &InputController::OnCommand);
EVENT_SUBSCRIBE_MEMBER(m_EInputCommand, &InputController::OnCommand);
}
virtual bool OnCommand(const Events::InputCommand& e) { return false; }