From ae637f62913ef9d8491a52730fc25a92c7579d8f Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Thu, 1 May 2014 14:13:31 +0100 Subject: [PATCH] fix case and add author to source code header --- src/peep.h | 4 ++-- src/ride.h | 2 +- src/sprite.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/peep.h b/src/peep.h index 2e071d3c1e..62f8b75602 100644 --- a/src/peep.h +++ b/src/peep.h @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (c) 2014 Ted John + * Copyright (c) 2014 Ted John, Peter Hill * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * This file is part of OpenRCT2. @@ -77,7 +77,7 @@ typedef struct { uint8 current_ride; // 0x68 uint8 pad_6a; // 0x6A Part of current_ride? uint8 current_train; // 0x6B - uint8 current_car; // 0x6c + uint8 current_car; // 0x6C uint8 current_seat; // 0x6d uint8 pad_6C[0x2e]; uint32 id; // 0x9C diff --git a/src/ride.h b/src/ride.h index ff90abd0e8..d7a251dbeb 100644 --- a/src/ride.h +++ b/src/ride.h @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (c) 2014 Ted John + * Copyright (c) 2014 Ted John, Peter Hill * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * This file is part of OpenRCT2. diff --git a/src/sprite.h b/src/sprite.h index 57efead6cb..5a3a071ba0 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -1,5 +1,5 @@ /***************************************************************************** - * Copyright (c) 2014 Ted John + * Copyright (c) 2014 Ted John, Peter Hill * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * This file is part of OpenRCT2.