(svn r2812) Move variables, which only vehicle_gui.c needs to know about, there

This commit is contained in:
tron
2005-08-05 20:22:06 +00:00
parent a8e53be6b9
commit 747a0f6a55
3 changed files with 4 additions and 4 deletions

View File

@@ -451,8 +451,6 @@ VARDEF byte _vehicle_design_names;
/* Autoreplace vehicle stuff*/
VARDEF byte _autoreplace_array[256];
VARDEF uint16 _player_num_engines[256];
VARDEF byte _railtype_selected_in_replace_gui;
/* Forking stuff */
VARDEF bool _dedicated_forks;