浏览代码

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