tweak patch loading message

This commit is contained in:
dborth 2008-12-25 00:38:47 +00:00
parent e586179db5
commit 6c1c62f7a9

View File

@ -631,8 +631,6 @@ void LoadPatch(int method)
int patchsize = 0;
int patchtype;
ShowAction("Loading patch...");
AllocSaveBuffer ();
char patchpath[3][512];
@ -651,6 +649,7 @@ void LoadPatch(int method)
if(patchsize > 0)
{
ShowAction("Loading patch...");
// create memory file
MFILE * mf = memfopen((char *)savebuffer, patchsize);