aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Blind
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-05-15 14:00:59 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-05-15 14:00:59 +0000
commit213c153fd824fd8fc34ca366107143c43efe4d16 (patch)
tree535242e1c794e05fbcf33488063b88d1fa08bbb6 /plugins/Blind
parentda0500ede1f7e4a518193b3caabfd72be2555c61 (diff)
downloadusdx-213c153fd824fd8fc34ca366107143c43efe4d16.tar.gz
usdx-213c153fd824fd8fc34ca366107143c43efe4d16.tar.xz
usdx-213c153fd824fd8fc34ca366107143c43efe4d16.zip
cosmetics
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1725 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'plugins/Blind')
-rw-r--r--plugins/Blind/Blind.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Blind/Blind.dpr b/plugins/Blind/Blind.dpr
index 82721102..3c68374c 100644
--- a/plugins/Blind/Blind.dpr
+++ b/plugins/Blind/Blind.dpr
@@ -69,7 +69,7 @@ var
begin
Result := 0;
MaxScore := 0;
- for Index := 0 to PlayerInfo.NumPlayers-1 do
+ for Index := 0 to PlayerInfo.NumPlayers - 1 do
begin
PlayerInfo.Playerinfo[Index].Percentage := PlayerInfo.Playerinfo[Index].Score div 9999;
if (PlayerInfo.Playerinfo[Index].Score > MaxScore) then