Skip to content
Snippets Groups Projects
Commit 8fa0c07b authored by deuce's avatar deuce
Browse files

This apparently forced character pacing if the list had pacing set.

Remove
parent ae883fb1
No related branches found
No related tags found
No related merge requests found
...@@ -1226,8 +1226,6 @@ BOOL doterm(struct bbslist *bbs) ...@@ -1226,8 +1226,6 @@ BOOL doterm(struct bbslist *bbs)
for(;;) { for(;;) {
hold_update=TRUE; hold_update=TRUE;
sleep=TRUE; sleep=TRUE;
if(!speed && bbs->bpsrate)
speed = bbs->bpsrate;
if(!term.nostatus) if(!term.nostatus)
update_status(bbs, speed); update_status(bbs, speed);
for(remain=conn_data_waiting() /* Hack for connection check */ + (!conn_connected()); remain; remain--) { for(remain=conn_data_waiting() /* Hack for connection check */ + (!conn_connected()); remain; remain--) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment