1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-22 03:42:41 +01:00

Add: [NewGRF] Inspection window for airports.

As as the station window combines all station types, accessing the
debug view is via the parent of the airport tile only.
This commit is contained in:
Michael Lutz
2023-09-10 17:09:31 +02:00
parent e6c02ebee6
commit a6f2f3c042
4 changed files with 100 additions and 46 deletions

View File

@@ -28,6 +28,7 @@
#include "train.h"
#include "roadveh.h"
#include "newgrf_airport.h"
#include "newgrf_airporttiles.h"
#include "newgrf_debug.h"
#include "newgrf_object.h"