diff --git a/src/window_research.c b/src/window_research.c index c0138a751e..604d2c63c3 100644 --- a/src/window_research.c +++ b/src/window_research.c @@ -346,7 +346,7 @@ static void window_research_development_paint() if (RCT2_GLOBAL(rideEntry + 8, uint32) & 0x1000) stringId = RCT2_GLOBAL(rideEntry, uint16); else - stringId = (typeId & 0xFF00) + 2; + stringId = (typeId & 0xFF) + 2; } else { uint8 *sceneryEntry = RCT2_GLOBAL(0x009ADA90 + (typeId & 0xFFFF) * 4, uint8*); stringId = RCT2_GLOBAL(sceneryEntry, uint16);