From dd559406bae5a543eb7b3cf897bd6f15d7d794c2 Mon Sep 17 00:00:00 2001 From: handynet Date: Sun, 28 May 2023 08:56:16 +0200 Subject: [PATCH] Anpassungen neuer Motor --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 00c9765..984e819 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,13 +26,13 @@ Locomotive locomotiveTaurus(5, 22, 116, 180, regler1); Locomotive locomotive2043(6, 25, 129, 160, regler1); */ Locomotive locomotiveTaurus(2.2, 22, 53, 43, regler1); -Locomotive locomotive2043(1.8, 25, 77, 55, regler1); +Locomotive locomotive2043(1.8, 25, 78, 56, regler1); Fahrt fahrt[] = { Fahrt(locomotiveTaurus, 135, motorForward, gleis1, 1.8, bahnhof2, 9.0), Fahrt(locomotiveTaurus, 120, motorBackward, gleis1, 1.8, bahnhof1, 8.2) , - Fahrt(locomotive2043, 135, motorForward, gleis2, 1.2, bahnhof2, 9.0), - Fahrt(locomotive2043, 150, motorBackward, gleis2, 1.2, bahnhof1, 8.7) + Fahrt(locomotive2043, 135, motorForward, gleis2, 1.2, bahnhof2, 7.5), + Fahrt(locomotive2043, 135, motorBackward, gleis2, 1.2, bahnhof1, 8.2) }; int _currentFahrt;