summaryrefslogtreecommitdiffstats
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map.cpp b/src/map.cpp
index f247a6f..c44a218 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -24,7 +24,7 @@
#include <d3d.h>
#include "struct.h"
-#include "D3DEngine.h"
+#include "d3dengine.h"
#include "event.h"
#include "math3d.h"
#include "terrain.h"
@@ -79,7 +79,6 @@ CMap::CMap(CInstanceManager* iMan) : CControl(iMan)
CMap::~CMap()
{
- CControl::~CControl();
}