projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d46a87
)
minor whitespace change
author
Holger Schemel
<info@artsoft.org>
Sun, 4 Apr 2021 11:57:41 +0000
(13:57 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 1 May 2021 13:38:02 +0000
(15:38 +0200)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index 567f4cf9c21de638164fb35ec9a03bf895d7f149..5c55451699818b4292c31eba598d0a67746cd9c9 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-5110,7
+5110,7
@@
int NewHiScore(int level_nr)
break; // player already there with a higher score
}
- if (position >= 0)
+ if (position >= 0)
{
SaveScoreTape(level_nr);
SaveScore(level_nr);