no message
This commit is contained in:
@@ -1368,13 +1368,13 @@ domove()
|
||||
nomovemsg = "";
|
||||
}
|
||||
|
||||
if (flags.run && Xflags.runmode != RUN_TPORT) {
|
||||
if (flags.run && iflags.runmode != RUN_TPORT) {
|
||||
/* display every step or every 7th step depending upon mode */
|
||||
if (Xflags.runmode != RUN_LEAP || !(moves % 7L)) {
|
||||
if (iflags.runmode != RUN_LEAP || !(moves % 7L)) {
|
||||
if (flags.time) flags.botl = 1;
|
||||
curs_on_u();
|
||||
delay_output();
|
||||
if (Xflags.runmode == RUN_CRAWL) {
|
||||
if (iflags.runmode == RUN_CRAWL) {
|
||||
delay_output();
|
||||
delay_output();
|
||||
delay_output();
|
||||
|
||||
Reference in New Issue
Block a user