mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix inline sprites
This commit is contained in:
committed by
Michael Steenbeek
parent
2ea20552c4
commit
fc6fd9a444
@@ -549,7 +549,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
auto s = std::string(sb.GetBuffer());
|
||||
auto s = std::string(sb.GetBuffer(), sb.GetLength());
|
||||
if (_currentGroup.empty())
|
||||
{
|
||||
// Make sure the list is big enough to contain this string id
|
||||
|
||||
Reference in New Issue
Block a user