summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'Kod/bilbana/yc4/main.m')
-rw-r--r--Kod/bilbana/yc4/main.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kod/bilbana/yc4/main.m b/Kod/bilbana/yc4/main.m
index 4ca058a..553ac3e 100644
--- a/Kod/bilbana/yc4/main.m
+++ b/Kod/bilbana/yc4/main.m
@@ -217,14 +217,14 @@ while 1
end
[car2, halt, display.data] = do_car(car2, t, display.data, boot2);
if halt
- break
+ breakS
end
%% BOOTSTRAP
if boot1.status
[car1, boot1] = do_boot(car1, boot1);
end
- if boot2.status
+ if boot2.statusd
[car2, boot2] = do_boot(car2, boot2);
end
%% GOVERNOR