X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=score.c;fp=score.c;h=368b1df439dfcc6f4e9eca5585d7443f8f9c0b3a;hp=9b3f8f3ea17ee71a1ecd05daf93d28896463fef0;hb=782c5c3f290555fa9368208efdb3b428f45468eb;hpb=c0a4d55d6cb21c70af69d2ed6d5d4544c382539e 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)