From 6c1c62f7a92d8d9bb66dd03b3a287d9c2b93e31e Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 25 Dec 2008 00:38:47 +0000 Subject: [PATCH] tweak patch loading message --- source/ngc/vbasupport.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/ngc/vbasupport.cpp b/source/ngc/vbasupport.cpp index 3bf56c9..6967024 100644 --- a/source/ngc/vbasupport.cpp +++ b/source/ngc/vbasupport.cpp @@ -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);