From 5843d72ece9ba879f4b5706f2b6af0bbaa088098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 16 Oct 2017 10:19:47 +0200 Subject: [PATCH] Add comment explaining commented out code [ci skip] --- src/openrct2/ride/Vehicle.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openrct2/ride/Vehicle.cpp b/src/openrct2/ride/Vehicle.cpp index 65d617bab4..9b3766ccbf 100644 --- a/src/openrct2/ride/Vehicle.cpp +++ b/src/openrct2/ride/Vehicle.cpp @@ -8797,6 +8797,9 @@ loc_6DC476: } // loc_6DC5B8 + // Note: Line below was here as part of + // https://github.com/OpenRCT2/OpenRCT2/pull/2605/files#diff-e6c06ccf59b47239e1e220468e52497dR7736 + // but it is not used and overridden later on. // const rct_vehicle_info* moveInfo = vehicle_get_move_info(vehicle->var_CD, vehicle->track_type, 0); // There are two bytes before the move info list