소스 검색

Follow up fa40773 :
* Fixed compile warning.

Napster 9 년 전
부모
커밋
93666ce79a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/map/pc.c

+ 1 - 0
src/map/pc.c

@@ -8434,6 +8434,7 @@ void pc_setoption(struct map_session_data *sd,int type)
 bool pc_setcart(struct map_session_data *sd,int type) {
 #ifndef NEW_CARTS
 	int cart[6] = {0x0000,OPTION_CART1,OPTION_CART2,OPTION_CART3,OPTION_CART4,OPTION_CART5};
+#else
 	int option;
 #endif
 	nullpo_retr(false,sd);