X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=init.c;h=532f2716db78ca3ad6f041241c1f011e6fbd4552;hp=0813fb7ce493764f052a5a5dab397830eb6aafa3;hb=a6b41fdb8f8c56707f8bb5ffa2ad85eba5335c41;hpb=9ff036d789ff734b2abe15276e369f57bd41501a diff --git a/init.c b/init.c index 0813fb7..532f271 100644 --- a/init.c +++ b/init.c @@ -89,9 +89,9 @@ int initialise(void) * not yet found, so we know when to close the cave. */ for (int treasure = 1; treasure <= NOBJECTS; treasure++) { if (objects[treasure].is_treasure) { + ++game.tally; if (objects[treasure].inventory != 0) PROP_SET_NOT_FOUND(treasure); - game.tally = game.tally - game.objects[treasure].prop; } } game.conds = setbit(COND_HBASE);