X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=score.c;h=4ef68adda45949738704be1b78d8fdbb8b7e8d41;hp=103982e464337e1c41e1271a3013cea5b8b1d1c2;hb=28583348450b28bd4811d37fa5fe50bcbcfcfb12;hpb=040f19adde85fdd78628eb390a685907804f85ae diff --git a/score.c b/score.c index 103982e..4ef68ad 100644 --- a/score.c +++ b/score.c @@ -2,6 +2,7 @@ #include "misc.h" #include "main.h" #include "share.h" +#include "database.h" /* * scoring and wrap-up @@ -32,7 +33,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++) {