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
This commit is contained in:
Thomas Martitz 2009-10-08 19:18:11 +00:00
parent 284ccb8d4e
commit db44178a3f

View file

@ -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;