Clean out some disused variables.

This commit is contained in:
Jason S. Ninneman 2017-06-20 15:46:25 -07:00 committed by Eric S. Raymond
parent acc07e1287
commit 1e59d6b476
3 changed files with 1 additions and 16 deletions

9
main.c
View file

@ -1035,14 +1035,7 @@ L2607:
speak(turn_thresholds[i].message);
}
}
/* if (game.turns == game.thresh) { */
/* speak(turn_threshold_messages[game.trndex]); */
/* game.trnluz = game.trnluz + TRNVAL[game.trndex] / 100000; */
/* ++game.trndex; */
/* game.thresh = -1; */
/* if (game.trndex <= TRNVLS) */
/* game.thresh = MOD(TRNVAL[game.trndex], 100000) + 1; */
/* } */
if (command.verb == SAY && WD2 > 0)
command.verb = 0;
if (command.verb == SAY) {