Преглед изворни кода

Follow up r16884 fixed a typo =X

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16885 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind пре 12 година
родитељ
комит
1016106fc7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/tool/mapcache.c

+ 1 - 1
src/tool/mapcache.c

@@ -258,7 +258,7 @@ int do_init(int argc, char** argv)
 
 	/* setup pre-defined, #define-dependant */
 	sprintf(map_cache_file,"db/%s/map_cache.dat",
-#ifndef RENEWAL
+#ifdef RENEWAL
 			"re"
 #else
 			"pre-re"