X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=score.c;h=368b1df439dfcc6f4e9eca5585d7443f8f9c0b3a;hp=9b3f8f3ea17ee71a1ecd05daf93d28896463fef0;hb=e7dc3eab5d7eb798199e59081e846582af7205a7;hpb=a3c159660bb03f220b7de52ba0ac4977098f389e diff --git a/score.c b/score.c index 9b3f8f3..368b1df 100644 --- a/score.c +++ b/score.c @@ -1,11 +1,14 @@ +/* + * Scoring and wrap-up. + * + * Copyright (c) 1977, 2005 by Will Crowther and Don Woods + * Copyright (c) 2017 by Eric S. Raymond + * SPDX-License-Identifier: BSD-2-clause + */ #include #include "advent.h" #include "dungeon.h" -/* - * scoring and wrap-up - */ - static int mxscor; /* ugh..the price for having score() not exit. */ long score(enum termination mode)