aboutsummaryrefslogtreecommitdiffstats
path: root/Modis/Duell
diff options
context:
space:
mode:
Diffstat (limited to 'Modis/Duell')
-rw-r--r--Modis/Duell/Duell.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modis/Duell/Duell.dpr b/Modis/Duell/Duell.dpr
index 40ae11ed..4a22a5d7 100644
--- a/Modis/Duell/Duell.dpr
+++ b/Modis/Duell/Duell.dpr
@@ -72,7 +72,7 @@ begin
5: Result := 32;
end;
end
- else if (PlayerInfo.Playerinfo[I].Score = MaxScore) then
+ else if (PlayerInfo.Playerinfo[I].Score = MaxScore) AND (PlayerInfo.Playerinfo[I].Score <> 0) then
begin
Case I of
0: Result := Result OR 1;