summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/chopper.c1
1 files changed, 0 insertions, 1 deletions
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)
1022 /* mirror the sky if we've changed the ground */ 1022 /* mirror the sky if we've changed the ground */
1023 chopCopyTerrain(&mGround, &mRoof, 0, - ( (iScreenY * 3) / 4)); 1023 chopCopyTerrain(&mGround, &mRoof, 0, - ( (iScreenY * 3) / 4));
1024 1024
1025 iLevelMode = LEVEL_MODE_NORMAL;
1026 if (iLevelMode == LEVEL_MODE_NORMAL) 1025 if (iLevelMode == LEVEL_MODE_NORMAL)
1027 /* make it a bit more exciting, cause it's easy terrain... */ 1026 /* make it a bit more exciting, cause it's easy terrain... */
1028 iPlayerSpeedX *= 2; 1027 iPlayerSpeedX *= 2;