mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 11:39:11 +00:00
(svn r241) -Fix: Trailing spaces :O
This commit is contained in:
@@ -51,7 +51,7 @@ void DrawGraph(GraphDrawer *gw)
|
||||
int64 cur_val;
|
||||
uint sel;
|
||||
|
||||
/* the colors and cost array of GraphDrawer must accomodate
|
||||
/* the colors and cost array of GraphDrawer must accomodate
|
||||
* both values for cargo and players. So if any are higher, quit */
|
||||
assert(GRAPH_NUM >= NUM_CARGO && GRAPH_NUM >= MAX_PLAYERS);
|
||||
|
||||
|
Reference in New Issue
Block a user