X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=aa63f6c83bfe09eafe2c61704fcfb151fd999e45;hp=2132a9ac7e4561b94cecb3de82cc81760d120f45;hb=a3485d2a41ae0360177c8b475972610025aec8f3;hpb=13f2e855355fa2424619183236b9d3fbcb8d7f5e 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];