diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index b18b93753..1c2cd193e 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2607,7 +2607,7 @@ int map_readgat (struct map_data* m) int map_readallmaps (void) { int i; - FILE* fp; + FILE* fp=NULL; int maps_removed = 0; if( enable_grf ) |