From da5b329d8aded1526d4e4ec9d49c2f6359a4ee97 Mon Sep 17 00:00:00 2001 From: neoraider Date: Wed, 31 Oct 2007 23:15:01 +0000 Subject: libneofx: Fixed some warnings with -Wall --- physics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'physics.c') diff --git a/physics.c b/physics.c index cea066d..0c676f0 100644 --- a/physics.c +++ b/physics.c @@ -2,7 +2,7 @@ #include #include -static VECTOR gravitation = {0, -9.8, 0}; +static VECTOR gravitation = {{0, -9.8, 0}}; void SetGravitation(VECTOR v) { -- cgit v1.2.3