]> git.pond.sub.org Git - empserver/blobdiff - include/empobj.h
(get_empobj_mob_max): Switch ef_type to type to be more consistent
[empserver] / include / empobj.h
index 408da5f0787a1a3e1586a1d3beec54b1599d27ea..a7b2e947ce78e2e011b86279b71c41a14e8f6a5e 100644 (file)
@@ -89,6 +89,6 @@ extern struct empobj *get_empobjp(int type, int id);
 extern int put_empobj(struct empobj *gp);
 extern void *get_empobj_chr(struct empobj *gp);
 extern char *emp_obj_chr_name(struct empobj *gp);
-extern int get_empobj_mob_max(int ef_type);
+extern int get_empobj_mob_max(int type);
 
 #endif