Include docking tiles in station debug window
This commit is contained in:
@@ -1149,6 +1149,8 @@ class NIHStationStruct : public NIHelper {
|
|||||||
print(buffer);
|
print(buffer);
|
||||||
seprintf(buffer, lastof(buffer), " Delete counter: %u", st->delete_ctr);
|
seprintf(buffer, lastof(buffer), " Delete counter: %u", st->delete_ctr);
|
||||||
print(buffer);
|
print(buffer);
|
||||||
|
seprintf(buffer, lastof(buffer), " Docking tiles: %X, %u x %u", st->docking_station.tile, st->docking_station.w, st->docking_station.h);
|
||||||
|
print(buffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user