소스 검색

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