Clean out some disused variables.
This commit is contained in:
parent
acc07e1287
commit
1e59d6b476
3 changed files with 1 additions and 16 deletions
9
main.c
9
main.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue