summaryrefslogtreecommitdiffstats
path: root/src/physics/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics/physics.h')
-rw-r--r--src/physics/physics.h5
1 files changed, 2 insertions, 3 deletions
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;
+};