Change a PanicAlert to OSD message.

This commit is contained in:
Rachel Bryk 2013-12-23 07:18:28 -05:00
parent 42217fbd75
commit 04b87e1dcc
1 changed files with 1 additions and 1 deletions

View File

@ -1216,7 +1216,7 @@ void CheckMD5()
if (memcmp(gameMD5,MD5,16) == 0)
Core::DisplayMessage("Checksum of current game matches the recorded game.", 2000);
else
PanicAlert("Checksum of current game does not match the recorded game!");
Core::DisplayMessage("Checksum of current game does not match the recorded game!", 3000);
}
void GetMD5()