From: Ingo Ruhnke Date: Sun, 18 Apr 2004 15:08:27 +0000 (+0000) Subject: - moved default start position two tiles higher X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=05bbe471f28d4ce4f9666ca7e78c7b6ef8697066;p=supertux.git - moved default start position two tiles higher SVN-Revision: 555 --- 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;