diff options
Diffstat (limited to '')
-rw-r--r-- | Modis/Blind/Blind.dpr | 2 |
1 files changed, 1 insertions, 1 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;
|