New binkp fix

This commit is contained in:
Michiel Broek 2004-01-02 14:39:06 +00:00
parent b9279177cb
commit cb009e6372

View File

@ -1394,6 +1394,8 @@ TrType binkp_transmitter(void)
if (bp.msgs_on_queue) {
if (binkp_process_messages()) {
return Failure;
} else {
return Continue;
}
}
return Ok;