[Zone🅱️uilder]: Remove + 1
This commit is contained in:
parent
ee2d12e404
commit
0156f106b9
@ -519,7 +519,7 @@ namespace Components
|
||||
void ZoneBuilder::Zone::addBranding()
|
||||
{
|
||||
constexpr auto* data = "Built using the IW4x Zone:B:uilder Version 4";
|
||||
auto dataLen = std::strlen(data) + 1;
|
||||
auto dataLen = std::strlen(data); // + 1 is added by the save code
|
||||
|
||||
this->branding = { this->zoneName.data(), 0, static_cast<int>(dataLen), data };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user