aboutsummaryrefslogtreecommitdiffstats
path: root/Modis
diff options
context:
space:
mode:
Diffstat (limited to 'Modis')
-rw-r--r--Modis/Blind/Blind.dpr2
-rw-r--r--Modis/Duell/Duell.dpr2
2 files changed, 2 insertions, 2 deletions
diff --git a/Modis/Blind/Blind.dpr b/Modis/Blind/Blind.dpr
index 99c7d7eb..ab440e67 100644
--- a/Modis/Blind/Blind.dpr
+++ b/Modis/Blind/Blind.dpr
@@ -74,7 +74,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;
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;