X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=score.c;h=31994c20c36da0bb0759ffe1748ef439f91033f6;hb=0f126b0cb5f8539f456f2d7f2c06d8f32c2491c2;hp=103982e464337e1c41e1271a3013cea5b8b1d1c2;hpb=040f19adde85fdd78628eb390a685907804f85ae;p=open-adventure.git diff --git a/score.c b/score.c index 103982e..31994c2 100644 --- a/score.c +++ b/score.c @@ -1,7 +1,6 @@ #include -#include "misc.h" -#include "main.h" -#include "share.h" +#include "advent.h" +#include "database.h" /* * scoring and wrap-up @@ -32,7 +31,7 @@ void score(long MODE) { SCORE=0; MXSCOR=0; -/* First tally up the treasures. must be in building and not broken. +/* First tally up the treasures. Must be in building and not broken. * Give the poor guy 2 points just for finding each treasure. */ /* 20010 */ for (I=50; I<=MAXTRS; I++) {