Add initial marker in frame 0 when loading older tasprojs (#2693)

else this would make the first created marker take slot 1 and be uneditable and undeletable, which isn't good
This commit is contained in:
Moritz Bender 2021-04-01 01:07:22 +02:00 committed by GitHub
parent b964cf9447
commit fc97e096a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace BizHawk.Client.Common
else
{
Session.PopupMessage("The current .tasproj is not compatible with this version of BizHawk! .tasproj features failed to load.");
Markers.Add(0, StartsFromSavestate ? "Savestate" : "Power on");
}
}
}