From ea046a32eeb90208b374f4e4e6f6ecadf224bdc6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 22:08:59 +0100 Subject: Fixed includes and GCC syntax errors --- src/key.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/key.cpp') diff --git a/src/key.cpp b/src/key.cpp index b8515d1..c59dac3 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -24,7 +24,7 @@ #include #include "struct.h" -#include "D3DEngine.h" +#include "d3dengine.h" #include "math3d.h" #include "event.h" #include "misc.h" @@ -64,8 +64,6 @@ void GetKeyName(char *name, int key) CKey::CKey(CInstanceManager* iMan) : CControl(iMan) { - CControl::CControl(iMan); - m_key[0] = 0; m_key[1] = 0; m_bCatch = FALSE; @@ -75,7 +73,6 @@ CKey::CKey(CInstanceManager* iMan) : CControl(iMan) CKey::~CKey() { - CControl::~CControl(); } -- cgit v1.2.3-1-g7c22