summaryrefslogtreecommitdiffstats
path: root/src/shortcut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shortcut.cpp')
-rw-r--r--src/shortcut.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shortcut.cpp b/src/shortcut.cpp
index a0dbf21..21a6191 100644
--- a/src/shortcut.cpp
+++ b/src/shortcut.cpp
@@ -24,7 +24,7 @@
#include <d3d.h>
#include "struct.h"
-#include "D3DEngine.h"
+#include "d3dengine.h"
#include "math3d.h"
#include "event.h"
#include "misc.h"
@@ -38,7 +38,6 @@
CShortcut::CShortcut(CInstanceManager* iMan) : CControl(iMan)
{
- CControl::CControl(iMan);
m_time = 0.0f;
}
@@ -46,7 +45,6 @@ CShortcut::CShortcut(CInstanceManager* iMan) : CControl(iMan)
CShortcut::~CShortcut()
{
- CControl::~CControl();
}