From f7ea0b2ba8851e4c0ceaef0a8b2361adfc218443 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Wed, 12 Dec 2007 19:52:57 +0000 Subject: loads of minor stuff --- src/game/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game.cpp') diff --git a/src/game/game.cpp b/src/game/game.cpp index 2632b64b..cb00ae0e 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -40,7 +40,7 @@ void move_point(vec2 *inout_pos, vec2 *inout_vel, float elasticity, int *bounces } } -static bool test_box(vec2 pos, vec2 size) +bool test_box(vec2 pos, vec2 size) { size *= 0.5f; if(col_check_point(pos.x-size.x, pos.y-size.y)) -- cgit 1.4.1