From a8665d204255b4b0ad9ae6982f77ecd5e053c1b6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 11 Jun 2012 17:28:27 +0200 Subject: Changed #defined constants to consts; typedef struct -> struct --- src/physics/physics.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/physics/physics.h') diff --git a/src/physics/physics.h b/src/physics/physics.h index bc1c8b6..5b3fa29 100644 --- a/src/physics/physics.h +++ b/src/physics/physics.h @@ -59,7 +59,7 @@ enum PhysicsMode }; -typedef struct +struct Motion { D3DVECTOR advanceAccel; // acceleration starting (+) D3DVECTOR recedeAccel; // acceleration starting (+) @@ -78,8 +78,7 @@ typedef struct D3DVECTOR realSpeed; // real speed(+/-) D3DVECTOR finalInclin; // final inclination -} -Motion; +}; -- cgit v1.2.3-1-g7c22