X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ball%2Fgame_common.c;h=0565436e9c1194e31e58974b161dfa825947ce0c;hb=9294fad7c4d92dcad1737bf871957ae8111b5078;hp=a27e5efe01502c7010acadcdd4f0ffed6b1a10c8;hpb=eb4e31e588f0bf372845f336271977a50b126cbb;p=neverball diff --git a/ball/game_common.c b/ball/game_common.c index a27e5ef..0565436 100644 --- a/ball/game_common.c +++ b/ball/game_common.c @@ -58,7 +58,7 @@ void game_tilt_axes(struct game_tilt *tilt, float view_e[3][3]) v_inv(tilt->z, view_e[1]); } -void game_comp_grav(float h[3], const float g[3], const struct game_tilt *tilt) +void game_tilt_grav(float h[3], const float g[3], const struct game_tilt *tilt) { float X[16]; float Z[16];