X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=actions.c;h=aa63f6c83bfe09eafe2c61704fcfb151fd999e45;hb=a3485d2a41ae0360177c8b475972610025aec8f3;hp=2132a9ac7e4561b94cecb3de82cc81760d120f45;hpb=14c83ede8e872d7e19b765d00549237bf990b870;p=open-adventure.git diff --git a/actions.c b/actions.c index 2132a9a..aa63f6c 100644 --- a/actions.c +++ b/actions.c @@ -633,7 +633,7 @@ static int inven(void) return GO_CLEAROBJ; } -int light(token_t verb, token_t obj) +static int light(token_t verb, token_t obj) /* Light. Applicable only to lamp and urn. */ { int spk = ACTSPK[verb];