X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=init.c;h=d3823db5c33e63e03fb80b61fe53509e70f38065;hb=4ff3d497b6c3ca7f638eb2c8fb077bfbde50aeb6;hp=0ac3c4d6a8abb4ecc84408644d34cc929b6cc44a;hpb=f9edfc51515853c21418c1d55b681a71681a748c;p=open-adventure.git diff --git a/init.c b/init.c index 0ac3c4d..d3823db 100644 --- a/init.c +++ b/init.c @@ -72,15 +72,6 @@ void initialise(void) game.hintlc[i] = 0; } - /* Define some handy mnemonics. */ - - /* Some action verbs. */ - FIND = VOCWRD(WORD_FIND, 2); - INVENT = VOCWRD(WORD_INVENT, 2); - LOCK = VOCWRD(WORD_LOCK, 2); - SAY = VOCWRD(WORD_SAY, 2); - THROW = VOCWRD(WORD_THROW, 2); - /* Initialise the dwarves. game.dloc is loc of dwarves, * hard-wired in. game.odloc is prior loc of each dwarf, * initially garbage. DALTLC is alternate initial loc for dwarf,