Like r2575, but less silly-looking.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2576 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
d3da30329f
commit
14006e4076
@ -1259,7 +1259,7 @@ OOINLINE BOOL RowInRange(OOGUIRow row, NSRange range)
|
||||
|
||||
// reset foundSystem, the array might be 0
|
||||
//foundSystem = 0;
|
||||
for (i = 0, first, last; i <= kOOMaximumSystemID; i++)
|
||||
for (i = 0; i <= kOOMaximumSystemID; i++)
|
||||
{
|
||||
if (systems_found[i])
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user