X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=init.c;h=879ea0847797f701bc8359f506b8df88015a0e36;hb=461575ef4c662f65c1042ced78fbaef6d1af6074;hp=12d3ad1a71986be32b16f486ef66465334db75ec;hpb=dda636bbc1c15fc28e5d52ad08ef3bcc30a3e682;p=open-adventure.git diff --git a/init.c b/init.c index 12d3ad1..879ea08 100644 --- a/init.c +++ b/init.c @@ -33,6 +33,7 @@ /* Note: * - the object count limit has been abstracted as NOBJECTS * - the random message limit has been abstracted as RTXSIZE + * - maximum locations limit has been abstracted as LOCSIZ */ /* Description of the database format @@ -392,7 +393,7 @@ L1106: /*etc*/ ; game.closed=false; game.clshnt=false; game.novice=false; - SETUP=1; + game.setup=1; game.blklin=true; /* if we can ever think of how, we should save it at this point */