Debug: Add train and RV flags to scope info dump

Move flag dumping to separate function
This commit is contained in:
Jonathan G Rennison
2018-06-05 18:54:59 +01:00
parent d2d8a86814
commit 943f4fdabb
3 changed files with 56 additions and 21 deletions

View File

@@ -1060,6 +1060,8 @@ public:
{
this->sprite_seq_bounds = this->sprite_seq.GetBounds();
}
char *DumpVehicleFlags(char *b, const char *last) const;
};
/**