Bk2Movie: use intended method when adding a key.

fixes #520
This commit is contained in:
feos 2015-12-08 19:17:45 +03:00
parent 173b9e9d76
commit 9d491d9415
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace BizHawk.Client.Common
{
if (value)
{
Header.Add(HeaderKeys.STARTSFROMSAVESTATE, "True");
Header[HeaderKeys.STARTSFROMSAVESTATE] = "True";
}
else
{