Localize V1 and V2 in main.c
This commit is contained in:
parent
46cd836df0
commit
8bf31a9c19
2 changed files with 4 additions and 4 deletions
4
main.c
4
main.c
|
@ -27,7 +27,7 @@ long AMBER, ATTACK, AXE, BACK, BATTER, BEAR, BIRD, BLOOD,
|
|||
PEARL, PILLOW, PLANT, PLANT2, PYRAM, RESER, ROD, ROD2,
|
||||
RUBY, RUG, SAPPH, SAY, SECT, SIGN, SNAKE, SPK,
|
||||
STEPS, STICK, STREAM, THROW, TRIDNT, TROLL, TROLL2,
|
||||
URN, V1, V2, VASE, VEND,
|
||||
URN, VASE, VEND,
|
||||
VOLCAN, VRSION = 25, WATER, WD1, WD1X, WD2, WD2X;
|
||||
FILE *logfp;
|
||||
bool oldstyle = false;
|
||||
|
@ -151,7 +151,7 @@ static bool fallback_handler(char *buf)
|
|||
}
|
||||
|
||||
static bool do_command(FILE *cmdin) {
|
||||
long LL, KQ, VERB, KK, K2;
|
||||
long LL, KQ, VERB, KK, K2, V1, V2;
|
||||
long obj;
|
||||
long TK[21];
|
||||
static long IGO = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue