From 84783815958348e95eec983070e664f730f0c9d9 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Wed, 15 Jul 2015 11:36:47 +0200 Subject: [PATCH] RCT1: Import the correct chip shop --- src/rct1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rct1.c b/src/rct1.c index 2b1f33bcf5..2b3eb628a3 100644 --- a/src/rct1.c +++ b/src/rct1.c @@ -1019,7 +1019,7 @@ static const rct_object_entry RCT1DefaultObjectsRides[] = { { 0x00008000, { "SWSH1 " }, 0 }, { 0x00008000, { "SWSH2 " }, 0 }, { 0x00008000, { "ICECR1 " }, 0 }, - { 0x00008000, { "CHPSH2 " }, 0 }, + { 0x00008000, { "CHPSH " }, 0 }, { 0x00008000, { "DRNKS " }, 0 }, { 0x00008000, { "CNDYF " }, 0 }, { 0x00008000, { "BURGB " }, 0 },