(svn r7236) -Codechange: remove unused global array _newgrf_files

This commit is contained in:
peter1138
2006-11-22 08:49:40 +00:00
parent 1f4e4cc9f1
commit 62c13013a5

View File

@@ -313,8 +313,6 @@ VARDEF SmallFiosItem _file_to_saveload;
VARDEF byte _get_z_hint; // used as a hint to getslopez to return the right height at a bridge.
VARDEF char *_newgrf_files[32];
VARDEF Vehicle *_place_clicked_vehicle;