summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-05 12:20:33 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-05 12:20:33 +0000
commit0c3f5d7681285fa74d8947b2f25c65ae25d5f117 (patch)
tree006f596bf2c5958e0459c48ea79fc3a010539167 /src/map/map.c
parentfb918657aa7ebdb6de1dcc3990c706cc9feefb77 (diff)
downloadhercules-0c3f5d7681285fa74d8947b2f25c65ae25d5f117.tar.gz
hercules-0c3f5d7681285fa74d8947b2f25c65ae25d5f117.tar.bz2
hercules-0c3f5d7681285fa74d8947b2f25c65ae25d5f117.tar.xz
hercules-0c3f5d7681285fa74d8947b2f25c65ae25d5f117.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@462 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/map/map.c b/src/map/map.c
index fe949013c..9f0ac1dde 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -2224,17 +2224,6 @@ void map_versionscreen(int flag) {
if (flag) exit(1);
}
-void map_displaybug(int flag) {
- FILE *fp;
- char line[1024];
- if ((fp=fopen("mapbug.txt","r"))!=NULL) {
- while(fgets(line,1023,fp)) printf(line);
- fclose(fp);
- } //don't show anything if file doesnt exist
- // this is only here when develing
- if (flag) exit(1);
-}
-
/*======================================================
* Map-Server Init and Command-line Arguments [Valaris]
*------------------------------------------------------
@@ -2255,7 +2244,6 @@ int do_init(int argc, char *argv[]) {
unsigned char *SCRIPT_CONF_NAME = "conf/script_athena.conf";
unsigned char *MSG_CONF_NAME = "conf/msg_athena.conf";
unsigned char *GRF_PATH_FILENAME = "conf/grf-files.txt";
- map_displaybug(0);
srand(gettick());
for (i = 1; i < argc ; i++) {