MSVC fix.

This commit is contained in:
n-a-c-h
2004-07-17 20:01:56 +00:00
parent d43f375f53
commit f25f7e8658

View File

@@ -251,8 +251,8 @@ void ST010_SortDrivers(uint16 Positions, uint16 Places[32], uint16 Drivers[32])
{ {
do do
{ {
Sorted = true;
int i; int i;
Sorted = true;
for (i = 0; i < Positions - 1; i++) for (i = 0; i < Positions - 1; i++)
{ {
if (Places[i] < Places[i + 1]) if (Places[i] < Places[i + 1])