Bump scope_dumper buffer size to 512 bytes

pull/78/head
Jonathan G Rennison 5 years ago
parent 8105b5582e
commit c82c1aa271

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

Loading…
Cancel
Save