diff --git a/src/openrct2/rct1.h b/src/openrct2/rct1.h index f2261eab44..65284101c2 100644 --- a/src/openrct2/rct1.h +++ b/src/openrct2/rct1.h @@ -1145,6 +1145,8 @@ enum { STANDUP_TWISTER_RC_CARRIAGE = 72, REVERSER_RC_CAR = 79, REVERSER_RC_BOGIE = 80, + MINIGOLF_PLAYER = 81, + MINIGOLF_BALL = 82, HYPERCOASTER_FRONT = 96, HYPERCOASTER_CARRIAGE = 97, INVERTED_4_ACROSS_CARRIAGE = 98, diff --git a/src/openrct2/rct1/tables.cpp b/src/openrct2/rct1/tables.cpp index 1401746c2b..817785fdbd 100644 --- a/src/openrct2/rct1/tables.cpp +++ b/src/openrct2/rct1/tables.cpp @@ -506,8 +506,8 @@ namespace RCT1 0, 0, // REVERSER_RC_CAR 2, // REVERSER_RC_BOGIE - 0, - 0, + 1, // MINIGOLF_PLAYER + 0, // MINIGOLF_BALL 0, 0, 0,