Silence another warning
This commit is contained in:
+2
-1
@@ -29,6 +29,7 @@ STATIC_DCL void FDECL(forget, (int));
|
|||||||
STATIC_DCL int FDECL(maybe_tame, (struct monst *, struct obj *));
|
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 boolean FDECL(is_valid_stinking_cloud_pos, (int, int, BOOLEAN_P));
|
||||||
STATIC_DCL void FDECL(display_stinking_cloud_positions, (int));
|
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_PTR void FDECL(set_lit, (int, int, genericptr));
|
||||||
|
|
||||||
STATIC_OVL boolean
|
STATIC_OVL boolean
|
||||||
@@ -915,7 +916,7 @@ struct obj *sobj;
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean
|
STATIC_OVL boolean
|
||||||
get_valid_stinking_cloud_pos(x,y)
|
get_valid_stinking_cloud_pos(x,y)
|
||||||
int x,y;
|
int x,y;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user