Fix: passing in a snapshot via cmd-line & reboot was reloading snapshot

This commit is contained in:
tomcw 2016-03-24 22:31:13 +00:00
parent c798157570
commit 04d35fe485
1 changed files with 1 additions and 0 deletions

View File

@ -1095,6 +1095,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
g_bSaveStateOnExit = true;
bShutdown = true;
#endif
szSnapshotName = NULL;
}
else
{