aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/USingScores.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/USingScores.pas')
-rw-r--r--src/base/USingScores.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/USingScores.pas b/src/base/USingScores.pas
index dc49e013..f280900e 100644
--- a/src/base/USingScores.pas
+++ b/src/base/USingScores.pas
@@ -749,7 +749,7 @@ procedure TSingScores.DoRaiseScore(const Index: integer);
const
RaisePerSecond = 500;
begin
- S := (Players[Index].Score - Players[Index].ScoreDisplayed) + GetPopUpPoints(Index);
+ S := (Players[Index].Score - (Players[Index].ScoreDisplayed + GetPopUpPoints(Index)));
if (S <> 0) then
begin