Bump scope_dumper buffer size to 512 bytes

This commit is contained in:
Jonathan G Rennison
2019-01-30 22:46:55 +00:00
parent 8105b5582e
commit c82c1aa271

View File

@@ -75,7 +75,7 @@ struct scope_dumper {
const char *TileInfo(TileIndex tile); const char *TileInfo(TileIndex tile);
private: private:
char buffer[256]; char buffer[512];
}; };
#endif /* SCOPE_INFO_H */ #endif /* SCOPE_INFO_H */