summaryrefslogtreecommitdiff
path: root/src/bossTopman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bossTopman.cpp')
-rw-r--r--src/bossTopman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossTopman.cpp b/src/bossTopman.cpp
index d76af1a..5888859 100644
--- a/src/bossTopman.cpp
+++ b/src/bossTopman.cpp
@@ -332,9 +332,9 @@ int daDreidel::onCreate() {
this->speed.x = 0.0;
this->speed.y = 0.0;
- this->max_speed.x = 0.8;
+ this->max_speed.x = 1.1;
this->x_speed_inc = 0.0;
- this->XSpeed = 0.8;
+ this->XSpeed = 1.1;
this->isInSpace = this->settings & 0xF;
this->fromBehind = 0;