From 230c174da61cef240ab784bf7ca03c5fb8f99d89 Mon Sep 17 00:00:00 2001 From: mc_cameri Date: Sun, 19 Dec 2004 17:00:07 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@643 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/grfio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/grfio.c') diff --git a/src/common/grfio.c b/src/common/grfio.c index d3d39c106..507b66cb3 100644 --- a/src/common/grfio.c +++ b/src/common/grfio.c @@ -614,7 +614,7 @@ static int grfio_entryread(char *gfname,int gentry) fp = fopen(gfname,"rb"); if(fp==NULL) { - sprintf(tmp_output,"GRF Data File not found: '\033[1;29m%s\033[0;0m'.\n",gfname); + sprintf(tmp_output,"GRF Data File not found: '"CL_WHITE"%s"CL_RESET"'.\n",gfname); ShowWarning(tmp_output); return 1; // 1:not found error } @@ -926,7 +926,7 @@ void grfio_init(char *fname) } fclose(data_conf); - sprintf(tmp_output,"Done reading '\033[1;29m%s\033[0;0m'.\n",fname); + sprintf(tmp_output,"Done reading '"CL_WHITE"%s"CL_RESET"'.\n",fname); ShowStatus(tmp_output); } // end of reading grf-files.txt -- cgit v1.2.3-70-g09d2