X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=233417e6d4802b25f623ed6a8877333256b8c8fc;hb=1e59d6b476a7f7f7b169a99e4918a4a2a1afb9cb;hp=1b326af0d897308f2e0745d0309a19b0e529f606;hpb=acc07e1287a45ac3c82f7101c9f60ef2d6c88379;p=open-adventure.git diff --git a/main.c b/main.c index 1b326af..233417e 100644 --- a/main.c +++ b/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) {