diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-13 10:51:29 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-13 10:51:29 +0000 |
commit | 61ec51abb422c4813347d5f2297e877f3a5ac22b (patch) | |
tree | 86df815d650218c554c9c22651af6948312b1f0d /src/common | |
parent | 7cb9aaf42599afc257f9370ae9aefc3b4aba81c3 (diff) | |
download | hercules-61ec51abb422c4813347d5f2297e877f3a5ac22b.tar.gz hercules-61ec51abb422c4813347d5f2297e877f3a5ac22b.tar.bz2 hercules-61ec51abb422c4813347d5f2297e877f3a5ac22b.tar.xz hercules-61ec51abb422c4813347d5f2297e877f3a5ac22b.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@552 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/grfio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/grfio.c b/src/common/grfio.c index ff01b6e76..2ba701632 100644 --- a/src/common/grfio.c +++ b/src/common/grfio.c @@ -30,6 +30,7 @@ #include "utils.h" #include "grfio.h" #include "mmo.h" +#include "showmsg.h" #ifdef MEMWATCH #include "memwatch.h" @@ -923,7 +924,8 @@ void grfio_init(char *fname) } fclose(data_conf); - printf("read %s done\n",fname); + sprintf(tmp_output,"Done reading GRF File: '\033[1;29m%s\033[0;0m'.\n",fname); + ShowStatus(tmp_output); } // end of reading grf-files.txt hashinit(); // hash table initialization |