TBTR: Fix display of vehicle sprites for some NewGRFs, fix issues in large UI modes

Slight code, GUI layout, and savegame format tidying
This commit is contained in:
Jonathan G Rennison
2018-05-13 15:00:26 +01:00
parent 4a9df57665
commit 5877cd0f9b
14 changed files with 116 additions and 102 deletions

View File

@@ -14,6 +14,6 @@
#include "tbtr_template_vehicle.h"
void ShowTemplateCreateWindow(TemplateVehicle*, bool*, int);
void ShowTemplateCreateWindow(TemplateVehicle*, bool*);
#endif