From 93b2c4213df2891ff5a60883eac1a9850ec6328c Mon Sep 17 00:00:00 2001 From: MysterD Date: Tue, 6 Oct 2020 20:29:40 -0700 Subject: [PATCH] Added WDW 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 65a9fa53a..5e9360db0 100644 --- a/src/game/hud.c +++ b/src/game/hud.c @@ -306,7 +306,7 @@ void render_hud_unsupported_level(void) { case COURSE_SSL: // (8) Shifting Sand Land case COURSE_DDD: // (9) Dire Dire Docks case COURSE_SL: // (10) Snowman's Land - //case COURSE_WDW: // (11) Wet Dry World + case COURSE_WDW: // (11) Wet Dry World //case COURSE_TTM: // (12) Tall Tall Mountain //case COURSE_THI: // (13) Tiny Huge Island //case COURSE_TTC: // (14) Tick Tock Clock