X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=init.c;h=dbdfb11f9bed3b397c6b8254f60fe7f134034d67;hb=25230068fe3afb9d1faa9c606413784294700cef;hp=9333df3be8e90d6a7549447cd565e6da20e4f57d;hpb=67a887f432fa175300e6d51069587175dee76e17;p=open-adventure.git diff --git a/init.c b/init.c index 9333df3..dbdfb11 100644 --- a/init.c +++ b/init.c @@ -1,9 +1,9 @@ /* * Initialisation * - * Copyright (c) 1977, 2005 by Will Crowther and Don Woods - * Copyright (c) 2017 by Eric S. Raymond - * SPDX-License-Identifier: BSD-2-clause + * SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods + * SPDX-FileCopyrightText: 2017 by Eric S. Raymond + * SPDX-License-Identifier: BSD-2-Clause */ #include @@ -95,7 +95,7 @@ int initialise(void) game.tally = game.tally - game.prop[treasure]; } } - game.conds = setbit(11); + game.conds = setbit(COND_HBASE); return seedval; }