Sfoglia il codice sorgente

Changed renewal start coordinates (#4172)

* Fixes #4171.
Thanks to @Badarosk0 and @Normynator!
norm 6 anni fa
parent
commit
eb4b46255f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/config/const.hpp

+ 2 - 2
src/config/const.hpp

@@ -101,8 +101,8 @@
  **/
 #ifdef RENEWAL
     #define MAP_DEFAULT_NAME "iz_int"
-    #define MAP_DEFAULT_X 97
-    #define MAP_DEFAULT_Y 90
+    #define MAP_DEFAULT_X 18
+    #define MAP_DEFAULT_Y 26
 #else
     #define MAP_DEFAULT_NAME "new_1-1"
     #define MAP_DEFAULT_X 53