Browse Source

- removed a #undef left over from converting the macro to an inline function (r14976)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15603 54d463be-8e91-2dee-dedb-b68131a5f0ec
lordttseven 13 years ago
parent
commit
76fea4ba57
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/map/unit.c

+ 0 - 1
src/map/unit.c

@@ -427,7 +427,6 @@ int unit_walktobl(struct block_list *bl, struct block_list *tbl, int range, int
 	}
 	return 0;
 }
-#undef set_mobstate
 
 int unit_run(struct block_list *bl)
 {