mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(svn r607) -Patch: [ 985102 ] static cleanup
Thanks to lvoge
This commit is contained in:
@@ -35,7 +35,7 @@ typedef struct GraphDrawer {
|
||||
|
||||
#define INVALID_VALUE 0x80000000
|
||||
|
||||
void DrawGraph(GraphDrawer *gw)
|
||||
static void DrawGraph(GraphDrawer *gw)
|
||||
{
|
||||
|
||||
int i,j,k;
|
||||
|
Reference in New Issue
Block a user