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.