mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 13:39:09 +00:00
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
#include "settings_type.h"
|
||||
#include "station_base.h"
|
||||
|
||||
int _traininfo_vehicle_pitch = 0;
|
||||
int _traininfo_vehicle_width = 29;
|
||||
|
||||
struct WagonOverride {
|
||||
EngineID *train_id;
|
||||
uint trains;
|
||||
|
Reference in New Issue
Block a user