projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ea487
)
Ohne Checkpoint wieder am Anfang spawnen.
author
Wintermute
<wintermute@hannover.ccc.de>
Sat, 19 Oct 2013 13:19:28 +0000
(15:19 +0200)
committer
Wintermute
<wintermute@hannover.ccc.de>
Sat, 19 Oct 2013 13:19:28 +0000
(15:19 +0200)
badge/jumpnrun/jumpnrun.c
patch
|
blob
|
history
diff --git
a/badge/jumpnrun/jumpnrun.c
b/badge/jumpnrun/jumpnrun.c
index
272ceaf
..
28d5976
100644
(file)
--- a/
badge/jumpnrun/jumpnrun.c
+++ b/
badge/jumpnrun/jumpnrun.c
@@
-340,6
+340,7
@@
uint8_t jumpnrun_play(char const *lvname) {
for(gs.lives = 3; gs.lives != 0; --gs.lives) {
gs.status = JUMPNRUN_PLAYING;
+ gs.left = 0;
memset(&gs.player, 0, sizeof(gs.player));
gs.player.current_box = rectangle_new(lv.start_pos,
hacker_extents());
This page took
0.02732 seconds
and
4
git commands to generate.