1
0
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:
frosch
2009-07-17 22:00:13 +00:00
parent 82ac703e2d
commit f129634f52
9 changed files with 79 additions and 41 deletions

View File

@@ -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;