summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-11-05 14:02:51 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-11-05 14:02:51 +0100
commitc0c7f3c7c3bab6e4e39568a3e37405cca26014e0 (patch)
tree379dd6cca7b275d2ef364eb47d781e17376a3d2a
parent43c1a9123e1ed23337988e9b73e846445df5e966 (diff)
downloadtfyy51-c0c7f3c7c3bab6e4e39568a3e37405cca26014e0.tar.gz
Försök fixa åäö
-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 bfeaa60..8af4735 100644
--- a/Kod/bilbana/yc4/main.m
+++ b/Kod/bilbana/yc4/main.m
@@ -42,7 +42,7 @@ tocs = [];
%% ASK ACTIVE CARS
disp('J = Ja (automatiskt), M = Ja (manuellt), N = Nej');
-car1.response = input('Vill du k�ra bil 1? [N] ', 's');
+car1.response = input('Vill du köra bil 1? [N] ', 's');
if car1.response == 'J'
car1.running = true;
car1.automatic = true;
@@ -53,7 +53,7 @@ else
car1.running = false;
end
-car2.response = input('Vill du k�ra bil 2? [N] ', 's');
+car2.response = input('Vill du köra bil 2? [N] ', 's');
if car2.response == 'J'
car2.running = true;
car2.automatic = true;