Abolish a silly layer of macros.
This commit is contained in:
parent
b1fafc4d4d
commit
db8dc40b84
4 changed files with 11 additions and 17 deletions
|
@ -81,7 +81,7 @@ static int attack(FILE *input, long verb, long obj)
|
|||
* fixed), move rug there (not fixed), and move him there,
|
||||
* too. Then do a null motion to get new description. */
|
||||
RSPEAK(49);
|
||||
GETIN(input,WD1,WD1X,WD2,WD2X);
|
||||
GETIN(input,&WD1,&WD1X,&WD2,&WD2X);
|
||||
if (WD1 != MAKEWD(25) && WD1 != MAKEWD(250519))
|
||||
return(2607);
|
||||
PSPEAK(DRAGON,3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue