Localize TK.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 7 Jun 2017 14:38:18 +0000 (10:38 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 7 Jun 2017 14:38:18 +0000 (10:38 -0400)
advent.h
init.c
main.c

index 76b6080361e9c3db2ecb25d64a93fef04ba778d4..33ed6cf9e9e0f71dbeb87d05f275eee578c8b57a 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -140,7 +140,7 @@ extern long AMBER, ATTACK, AXE, BACK, BATTER, BEAR,
    OGRE, OIL, OLDOBJ, OYSTER, PANIC, PEARL, PILLOW, PLANT, PLANT2, PYRAM,
    RESER, ROD, ROD2, RUBY, RUG, SAPPH, SAY,
    SCORE, SECT, SIGN, SNAKE, SPK, STEPS, STICK,
-   STREAM, THROW, TK[], TRIDNT, TROLL, TROLL2,
+   STREAM, THROW, TRIDNT, TROLL, TROLL2,
    URN, V1, V2, VASE, VEND,
    VOLCAN, VRSION, WATER, WD1, WD1X, WD2, WD2X;
 
diff --git a/init.c b/init.c
index ee92539859ae3f061c5329c5e380cb0605a0dc7f..0e6ae1c0f32ff6f4554fd8c80a604b7a5fe1a474 100644 (file)
--- a/init.c
+++ b/init.c
@@ -353,11 +353,11 @@ L1106:    /*etc*/ ;
  *     game.dkill      # of dwarves killed (unused in scoring, needed for msg)
  *     game.foobar     Current progress in saying "FEE FIE FOE FOO".
  *     game.holdng     Number of objects being carried
- *     igo     How many times he's said "go XXX" instead of "XXX"
+ *     igo             How many times he's said "go XXX" instead of "XXX"
  *     game.iwest      How many times he's said "west" instead of "w"
  *     game.knfloc     0 if no knife here, loc if knife here, -1 after caveat
  *     game.limit      Lifetime of lamp (not set here)
- *     MAXDIE  Number of reincarnation messages available (up to 5)
+ *     MAXDIE          Number of reincarnation messages available (up to 5)
  *     game.numdie     Number of times killed so far
  *     game.thresh     Next #turns threshhold (-1 if none)
  *     game.trndex     Index in TRNVAL of next threshhold (section 14 of database)
diff --git a/main.c b/main.c
index bdbb57524f69232ed15be5e31473e722c3f3e51d..78577af2e876bf961e152476324c3ca5a5570e12 100644 (file)
--- a/main.c
+++ b/main.c
@@ -26,7 +26,7 @@ long AMBER, ATTACK, AXE, BACK, BATTER, BEAR, BIRD, BLOOD,
                MESSAG, MIRROR, MXSCOR, NUGGET, NUL, OGRE, OIL, OYSTER,
                PEARL, PILLOW, PLANT, PLANT2, PYRAM, RESER, ROD, ROD2,
                RUBY, RUG, SAPPH, SAY, SCORE, SECT, SIGN, SNAKE, SPK,
-               STEPS, STICK, STREAM, THROW, TK[21], TRIDNT, TROLL, TROLL2,
+               STEPS, STICK, STREAM, THROW, TRIDNT, TROLL, TROLL2,
                URN, V1, V2, VASE, VEND,
                VOLCAN, VRSION = 25, WATER, WD1, WD1X, WD2, WD2X;
 FILE  *logfp;
@@ -155,6 +155,7 @@ static bool fallback_handler(char *buf)
 static bool do_command(FILE *cmdin) {
        long LL, KQ, VERB, KK, K2;
        long obj;
+       long TK[21];
        static long IGO = 0;
 
 /*  Can't leave cave once it's closing (except by main office). */