Bump scope_dumper buffer size to 512 bytes
This commit is contained in:
@@ -75,7 +75,7 @@ struct scope_dumper {
|
||||
const char *TileInfo(TileIndex tile);
|
||||
|
||||
private:
|
||||
char buffer[256];
|
||||
char buffer[512];
|
||||
};
|
||||
|
||||
#endif /* SCOPE_INFO_H */
|
||||
|
Reference in New Issue
Block a user