X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=5c55451699818b4292c31eba598d0a67746cd9c9;hb=d3fead3f2b291e7acbc5069607a647c8a09a8db6;hp=567f4cf9c21de638164fb35ec9a03bf895d7f149;hpb=9d46a87f054d241cbfd96c9bec4694c7d1c30f53;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 567f4cf9..5c554516 100644 --- 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);