summaryrefslogtreecommitdiffstats
path: root/Kod
diff options
context:
space:
mode:
authorAlbin <albwa833@student.liu.se>2019-11-30 12:46:05 +0100
committerAlbin <albwa833@student.liu.se>2019-11-30 12:46:05 +0100
commitf5d3aae7590b642e6d7bb32e8cb3ebf51ea4dfb9 (patch)
treefa9c4b8d5e3783f7f35b59968accc6202942a419 /Kod
parentabf84dc0d37bfa01a1e896934e2c78e8c70642a5 (diff)
downloadtfyy51-f5d3aae7590b642e6d7bb32e8cb3ebf51ea4dfb9.tar.gz
Dokumentation av governor
Diffstat (limited to 'Kod')
-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