summaryrefslogtreecommitdiffstats
path: root/src/motionvehicle.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-04-05 22:23:14 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-04-05 22:23:14 +0200
commit33a5a937281082a572b3b66483e8a4579db2935d (patch)
tree6ace6c1902e9956d25d3efbe32588a848a6a6959 /src/motionvehicle.cpp
parentc2b493259d584a0eeef62181836d2606acb18f8b (diff)
downloadcolobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.gz
colobot-33a5a937281082a572b3b66483e8a4579db2935d.tar.bz2
colobot-33a5a937281082a572b3b66483e8a4579db2935d.zip
GCC include and syntax fixes
Diffstat (limited to 'src/motionvehicle.cpp')
-rw-r--r--src/motionvehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/motionvehicle.cpp b/src/motionvehicle.cpp
index 059d06a..73dae74 100644
--- a/src/motionvehicle.cpp
+++ b/src/motionvehicle.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"