mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Fix creation of new title sequence
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
FixViewLocation();
|
||||
|
||||
// Check that position is valid
|
||||
if (_position > (sint32)_sequence->NumCommands)
|
||||
if (_position >= (sint32)_sequence->NumCommands)
|
||||
{
|
||||
_position = 0;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user