summaryrefslogtreecommitdiffstats
path: root/physics.c
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-11-01 00:15:01 +0100
committerneoraider <devnull@localhost>2007-11-01 00:15:01 +0100
commitda5b329d8aded1526d4e4ec9d49c2f6359a4ee97 (patch)
treedbb01f9e1247cc5e02ad2083110ea1fb58136233 /physics.c
parent2664e16406ac9d77f8f56984914f70128fcdaf52 (diff)
downloadlibneofx-da5b329d8aded1526d4e4ec9d49c2f6359a4ee97.tar
libneofx-da5b329d8aded1526d4e4ec9d49c2f6359a4ee97.zip
libneofx: Fixed some warnings with -Wall
Diffstat (limited to 'physics.c')
-rw-r--r--physics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/physics.c b/physics.c
index cea066d..0c676f0 100644
--- a/physics.c
+++ b/physics.c
@@ -2,7 +2,7 @@
#include <neofx/math.h>
#include <math.h>
-static VECTOR gravitation = {0, -9.8, 0};
+static VECTOR gravitation = {{0, -9.8, 0}};
void SetGravitation(VECTOR v) {