(svn r3180) Replace some magic numbers by symbolic names

This commit is contained in:
tron
2005-11-14 15:22:12 +00:00
parent 5fa6b7eb06
commit d8b56c123e
2 changed files with 12 additions and 7 deletions

View File

@@ -392,7 +392,7 @@ static void DrawStationViewWindow(Window *w)
y += 10;
}
}
} while (pos > -5 && ++i != 12);
} while (pos > -5 && ++i != NUM_CARGO);
if (IsWindowOfPrototype(w, _station_view_widgets)) {
char *b = _userstring;