X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=score.c;h=1bee09b136629594549c8f1c4c26604e3ab69b1a;hb=fa9b6d317f5138c8a4937a14a92acf4b5928545e;hp=b80104d8a9bb044e06f61ee950d90bb52c11021a;hpb=672ef17d4cf6741b23cefb30b144777190c03c80;p=open-adventure.git diff --git a/score.c b/score.c index b80104d..1bee09b 100644 --- a/score.c +++ b/score.c @@ -78,7 +78,7 @@ long score(enum termination mode) mxscor += 45; /* Did he come to Witt's End as he should? */ - if (game.place[MAGZIN] == LOC_WITTSEND) + if (game.place[MAGAZINE] == LOC_WITTSEND) score += 1; mxscor += 1;