Lua - fix savestate.loadslot()

This commit is contained in:
adelikat 2012-10-27 00:35:02 +00:00
parent a0111d1c08
commit 5382a348dc
1 changed files with 1 additions and 1 deletions

View File

@ -1863,7 +1863,7 @@ namespace BizHawk.MultiClient
if (x < 0 || x > 9) if (x < 0 || x > 9)
return; return;
Global.MainForm.LoadState("QuickLoad" + x.ToString(), true); Global.MainForm.LoadState("QuickSave" + x.ToString(), true);
} }
public void savestate_save(object lua_input) public void savestate_save(object lua_input)