diff --git a/src/scope_info.h b/src/scope_info.h index d5d7c402d0..f15e1437c7 100644 --- a/src/scope_info.h +++ b/src/scope_info.h @@ -75,7 +75,7 @@ struct scope_dumper { const char *TileInfo(TileIndex tile); private: - char buffer[256]; + char buffer[512]; }; #endif /* SCOPE_INFO_H */