From d32b02ecb22444816c90e89368d15a5d1b035a22 Mon Sep 17 00:00:00 2001 From: MysterD Date: Sun, 11 Oct 2020 14:42:04 -0700 Subject: [PATCH] Added RR to supported levels --- src/game/hud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/hud.c b/src/game/hud.c index 8a8243d6..ec6ee0b6 100644 --- a/src/game/hud.c +++ b/src/game/hud.c @@ -310,7 +310,7 @@ void render_hud_unsupported_level(void) { case COURSE_TTM: // (12) Tall Tall Mountain case COURSE_THI: // (13) Tiny Huge Island case COURSE_TTC: // (14) Tick Tock Clock - //case COURSE_RR: // (15) Rainbow Ride + case COURSE_RR: // (15) Rainbow Ride case COURSE_BITDW: // (16) Bowser in the Dark World case COURSE_BITFS: // (17) Bowser in the Fire Sea //case COURSE_BITS: // (18) Bowser in the Sky