Some more linter warnings

This commit is contained in:
NHOrus 2017-06-28 20:40:46 +03:00 committed by Eric S. Raymond
parent b729853e7a
commit aca6d79087
4 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ static int attack(FILE *input, struct command_t *command)
{
vocab_t verb = command->verb;
vocab_t obj = command->obj;
int spk = actions[verb].message;
long spk = actions[verb].message;
if (obj == 0 || obj == INTRANSITIVE) {
if (atdwrf(game.loc) > 0)
obj = DWARF;