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

Fixed bugreport:6017 somewhat a typo that gcc didn't mind about.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16301 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind пре 13 година
родитељ
комит
411249554c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/map/config/const.h

+ 1 - 1
src/map/config/const.h

@@ -101,7 +101,7 @@
 #endif
 
 /* Feb 1st 2012 */
-#ifdef PACKETVER >= 20120201
+#if PACKETVER >= 20120201
 	#define NEW_CARTS
 	#define MAX_CARTS 9
 #else