Schüsse nach Tod despawnen.
[hackover2013-badge-firmware.git] / badge / jumpnrun / jumpnrun.c
index dc1dc6c..79fa6b3 100644 (file)
@@ -362,6 +362,7 @@ uint8_t jumpnrun_play(char const *lvname) {
     gs.status = JUMPNRUN_PLAYING;
     gs.left = 0;
     memset(&gs.player, 0, sizeof(gs.player));
+    memset(&gs.shots , 0, sizeof(gs.shots ));
     gs.player.current_box = rectangle_new(lv.start_pos,
                                           hacker_extents());
 
This page took 0.021653 seconds and 4 git commands to generate.