From 1f08d48f93c1575e16ba2c11f60a014ad72a499c Mon Sep 17 00:00:00 2001 From: Wintermute Date: Sun, 13 Oct 2013 02:48:04 +0200 Subject: [PATCH] =?utf8?q?Sprungh=C3=B6henfoo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- badge/jumpnrun/jumpnrun.c | 2 +- badge/jumpnrun/jumpnrun.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/badge/jumpnrun/jumpnrun.c b/badge/jumpnrun/jumpnrun.c index 87b4d36..3f950a7 100644 --- a/badge/jumpnrun/jumpnrun.c +++ b/badge/jumpnrun/jumpnrun.c @@ -271,7 +271,7 @@ uint8_t jumpnrun_play(char const *lvname) { uint8_t new_buttons = new_state & (old_state ^ new_state); if((new_buttons & BADGE_EVENT_KEY_BTN_A) && gs.touching_ground) { - gs.jumpable_frames = 12; + gs.jumpable_frames = 12; } break; diff --git a/badge/jumpnrun/jumpnrun.h b/badge/jumpnrun/jumpnrun.h index e8c2c05..598e8da 100644 --- a/badge/jumpnrun/jumpnrun.h +++ b/badge/jumpnrun/jumpnrun.h @@ -46,7 +46,6 @@ typedef struct jumpnrun_game_state { rectangle hacker_rect_current(jumpnrun_game_state const *state); - void jumpnrun_passive_movement(vec2d *inertia); uint8_t jumpnrun_play(char const *lvname); -- 2.20.1