aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index d1fa143..440a12f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,9 +4,9 @@
int main() {
hilare_a_param p;
- p.l = 30;
- p.r_c_car = 15;
- p.r_c_trolley = 12;
+ p.l = 50;
+ p.r_c_car = 25;
+ p.r_c_trolley = 20;
UI the_ui(&p);