Merge branch 'crashlog_improvements' into jgrpp
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "vehicle_base.h"
|
||||
#include "station_base.h"
|
||||
#include "waypoint_base.h"
|
||||
#include "map_func.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
@@ -116,3 +117,8 @@ const char *scope_dumper::StationInfo(const BaseStation *st)
|
||||
}
|
||||
return this->buffer;
|
||||
}
|
||||
|
||||
const char *scope_dumper::TileInfo(TileIndex tile)
|
||||
{
|
||||
return DumpTileInfo(this->buffer, lastof(this->buffer), tile);
|
||||
}
|
||||
|
Reference in New Issue
Block a user