- typo fix
authorRyan Flegel <rflegel@gmail.com>
Mon, 17 May 2004 17:05:22 +0000 (17:05 +0000)
committerRyan Flegel <rflegel@gmail.com>
Mon, 17 May 2004 17:05:22 +0000 (17:05 +0000)
SVN-Revision: 1242

src/player.cpp

index cdfa36f..9d06c18 100644 (file)
@@ -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);
     }