Silence another warning

This commit is contained in:
Pasi Kallinen
2017-08-19 13:44:08 +03:00
parent d1c1fd5faf
commit 42a3f9d906

View File

@@ -29,6 +29,7 @@ STATIC_DCL void FDECL(forget, (int));
STATIC_DCL int FDECL(maybe_tame, (struct monst *, struct obj *));
STATIC_DCL boolean FDECL(is_valid_stinking_cloud_pos, (int, int, BOOLEAN_P));
STATIC_DCL void FDECL(display_stinking_cloud_positions, (int));
STATIC_DCL boolean FDECL(get_valid_stinking_cloud_pos, (int, int));
STATIC_PTR void FDECL(set_lit, (int, int, genericptr));
STATIC_OVL boolean
@@ -915,7 +916,7 @@ struct obj *sobj;
return 0;
}
boolean
STATIC_OVL boolean
get_valid_stinking_cloud_pos(x,y)
int x,y;
{