diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-14 01:14:14 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-14 01:14:14 +0000 |
commit | 30217193806701eb2e6159359f14bf9658d8a668 (patch) | |
tree | 87375178f757d4325e8cb58085a8e26290be2b0a | |
parent | 4aee20b0e1fdfb23d9336cea77a0985e463ea081 (diff) | |
download | hercules-30217193806701eb2e6159359f14bf9658d8a668.tar.gz hercules-30217193806701eb2e6159359f14bf9658d8a668.tar.bz2 hercules-30217193806701eb2e6159359f14bf9658d8a668.tar.xz hercules-30217193806701eb2e6159359f14bf9658d8a668.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@567 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog.txt | 1 | ||||
-rw-r--r-- | src/map/map.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Changelog.txt b/Changelog.txt index af2df756c..58cf88067 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -32,7 +32,6 @@ Date Added rollback - fix by Freya [celest] * Removed 'type' paramater from pc_unequipitem to use 'flag' instead[celest] * Moved unequip checking code from clif.c to pc.c [celest] ->>>>>>> .r565 * Replaced many printf's in map-server with _ShowMessage(). [MC Cameri] * Skill timers for skills with id's higher then 450 were corrupting memory [MouseJstr] diff --git a/src/map/map.c b/src/map/map.c index c00845158..6013f5751 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1715,7 +1715,7 @@ int map_readallmap(void) { free(waterlist); printf("\r"); - snprintf(tmp_output,sizeof(tmp_output),"Successfully loaded '"CL_WHITE"%d"CL_RESET"' maps.%50s\n",map_num,""); + snprintf(tmp_output,sizeof(tmp_output),"Successfully loaded '"CL_WHITE"%d"CL_RESET"' maps.%30s\n",map_num,""); ShowInfo(tmp_output); if (maps_removed) { snprintf(tmp_output,sizeof(tmp_output),"Maps Removed: '"CL_WHITE"%d"CL_RESET"'\n",maps_removed); |