From 011d86ed668cbbff5c7bfc5f7e88086acb849921 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 15 Apr 2012 00:50:13 +0200 Subject: Pulled changes from test mingw branch * include fixes * syntax fixes for MinGW * fixed encoding of restext.cpp * temporary fix for MinGW in joystick.cpp Successfully compiles under MinGW :) --- src/physics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/physics.cpp') diff --git a/src/physics.cpp b/src/physics.cpp index 4c43f46..beae37e 100644 --- a/src/physics.cpp +++ b/src/physics.cpp @@ -24,8 +24,8 @@ #include #include "struct.h" -#include "D3DEngine.h" -#include "D3DMath.h" +#include "d3dengine.h" +#include "d3dmath.h" #include "language.h" #include "global.h" #include "event.h" @@ -3784,7 +3784,7 @@ void CPhysics::WheelParticule(int color, float width) character = m_object->RetCharacter(); mat = m_object->RetWorldMatrix(0); - Draw a trace on the ground. + // Draw a trace on the ground. if ( color >= 0 && color <= 17 ) { parti = (ParticuleType)(PARTITRACE0+color); -- cgit v1.2.3-1-g7c22