mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
*/
|
||||
StringParameters GetRemainingParameters(size_t offset)
|
||||
{
|
||||
return StringParameters(this->parameters.subspan(this->offset, GetDataLeft()));
|
||||
return StringParameters(this->parameters.subspan(offset, GetDataLeft()));
|
||||
}
|
||||
|
||||
/** Return the amount of elements which can still be read. */
|
||||
|
Reference in New Issue
Block a user