From db44178a3f01851dd45dc190b9d738cd49ae373d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 8 Oct 2009 19:18:11 +0000 Subject: Fix chopper to actually remember the level. instead of overriding it on start. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23011 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chopper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 05ef7fcaf4..1ff0a20559 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -1022,7 +1022,6 @@ void chopper_load(bool newgame) /* mirror the sky if we've changed the ground */ chopCopyTerrain(&mGround, &mRoof, 0, - ( (iScreenY * 3) / 4)); - iLevelMode = LEVEL_MODE_NORMAL; if (iLevelMode == LEVEL_MODE_NORMAL) /* make it a bit more exciting, cause it's easy terrain... */ iPlayerSpeedX *= 2; -- cgit v1.2.3