aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 14ad64b..ff5a84a 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -675,9 +675,9 @@ DONE:
tmp=currentWorld;
currentWorld=currentWorld->goWorldFront(player); // Go forward a layer if possible
if(tmp!=currentWorld){
- player->loc.y=0;
currentWorld->behind->detect(player);
player->vel.y=.2;
+ player->loc.y+=HLINE*5;
player->ground=false;
}
break;