another fix

This commit is contained in:
Wolfgang Hottgenroth 2016-02-16 17:12:25 +01:00
parent db058c7c09
commit c78c069417

View File

@ -125,7 +125,7 @@ bool engineDecOffTime() {
return res;
}
void engineDecOnTime() {
bool engineDecOnTime() {
bool res = false;
if (onTime != 0) {
onTime -= STEP_100ms;