From 05bbe471f28d4ce4f9666ca7e78c7b6ef8697066 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 18 Apr 2004 15:08:27 +0000 Subject: [PATCH] - moved default start position two tiles higher SVN-Revision: 555 --- src/player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/player.cpp b/src/player.cpp index f95f16375..d9d476ea5 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -71,7 +71,7 @@ Player::init() // FIXME: Make the start position configurable via the levelfile base.x = 100; - base.y = 240; + base.y = 170; base.xm = 0; base.ym = 0; previous_base = old_base = base; @@ -136,7 +136,7 @@ void Player::level_begin() { base.x = 100; - base.y = 240; + base.y = 170; base.xm = 0; base.ym = 0; previous_base = old_base = base; -- 2.11.0