X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=actions.c;h=c09331a8a7a3f812e8585381993189392a8f6a25;hb=94e7cc65050ddfd04a8a1606f8899c7e5be496e8;hp=a2105f83a60a867ef5355c886e518f6c151d75f7;hpb=3f34adad3b6596b3a99175b071f83e70a5e0d594;p=open-adventure.git diff --git a/actions.c b/actions.c index a2105f8..c09331a 100644 --- a/actions.c +++ b/actions.c @@ -1,5 +1,5 @@ /* - * Actions for the duneon-running code. + * Actions for the dungeon-running code. * * Copyright (c) 1977, 2005 by Will Crowther and Don Woods * Copyright (c) 2017 by Eric S. Raymond @@ -929,7 +929,7 @@ static phase_codes_t light(verb_t verb, obj_t obj) } static phase_codes_t listen(void) -/* Listen. Intransitive only. Print stuff based on object sound proprties. */ +/* Listen. Intransitive only. Print stuff based on object sound properties. */ { bool soundlatch = false; vocab_t sound = locations[game.loc].sound;