From 13640959e512790df19246da79f929f310f9f283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 17 Feb 2017 08:50:46 +0100 Subject: [PATCH] Remove unused value --- src/openrct2/intro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/intro.c b/src/openrct2/intro.c index 7f8ff7a158..2863216ad2 100644 --- a/src/openrct2/intro.c +++ b/src/openrct2/intro.c @@ -75,8 +75,6 @@ void intro_update() break; case INTRO_STATE_DEVELOPER_BEGIN: - _introStateCounter += 5; - // Set the Y for the Chris Sawyer logo _introStateCounter = -116;