Bite the bullet - size siymbols have to be shared.
[open-adventure.git] / init.c
diff --git a/init.c b/init.c
index 12d3ad1a71986be32b16f486ef66465334db75ec..879ea0847797f701bc8359f506b8df88015a0e36 100644 (file)
--- 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 */