Level gekürzt wg. RAM-Mangel.
[hackover2013-badge-firmware.git] / badge / jumpnrun / game_state.c
index 386a7a1..1085e7f 100644 (file)
@@ -2,7 +2,7 @@
 
 void jumpnrun_game_state_init(jumpnrun_game_state *state, jumpnrun_level const *lv) {
   memset(state, 0, sizeof(*state));
-  jumpnrun_player_spawn(&state->player, lv->start_pos, 99);
+  jumpnrun_player_spawn(&state->player, lv->start_pos, 3);
 }
 
 void jumpnrun_game_state_respawn(jumpnrun_game_state *state, jumpnrun_level const *lv) {
This page took 0.020549 seconds and 4 git commands to generate.