From 0b4ed5bf27a29c23b2e5787cb0ea10b421266012 Mon Sep 17 00:00:00 2001 From: MysterD Date: Mon, 5 Oct 2020 23:13:12 -0700 Subject: [PATCH] Added Snowman's Land 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 52786971..65a9fa53 100644 --- a/src/game/hud.c +++ b/src/game/hud.c @@ -305,7 +305,7 @@ void render_hud_unsupported_level(void) { case COURSE_LLL: // (7) Lethal Lava Land case COURSE_SSL: // (8) Shifting Sand Land case COURSE_DDD: // (9) Dire Dire Docks - //case COURSE_SL: // (10) Snowman's Land + case COURSE_SL: // (10) Snowman's Land //case COURSE_WDW: // (11) Wet Dry World //case COURSE_TTM: // (12) Tall Tall Mountain //case COURSE_THI: // (13) Tiny Huge Island