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

This commit is contained in:
peter1138 2006-11-22 08:49:40 +00:00
parent cd23dd423e
commit 77c564bd86

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 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; VARDEF Vehicle *_place_clicked_vehicle;