summaryrefslogtreecommitdiffstats
path: root/physics.c
diff options
context:
space:
mode:
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) {