From: Ryan Flegel Date: Mon, 17 May 2004 17:05:22 +0000 (+0000) Subject: - typo fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=76a4f6e86dd5677158c72fc4ae51a7a2e450036f;p=supertux.git - typo fix SVN-Revision: 1242 --- diff --git a/src/player.cpp b/src/player.cpp index cdfa36f8f..9d06c188e 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -822,7 +822,7 @@ Player::check_bounds(bool back_scrolling, bool hor_autoscroll) } /* Keep in-bounds, vertically: */ - if (base.y > sWorld::current()->get_level()->height * /*TILE_HEIGHT*/ 32) + if (base.y > World::current()->get_level()->height * /*TILE_HEIGHT*/ 32) { kill(KILL); }