From 17ceebeba5765bebf217dc9e1407235e3dca2aa8 Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Mon, 6 Jan 2020 12:06:42 -0500 Subject: [PATCH] Take down the Christmas decorations --- src/main_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_menu.cpp b/src/main_menu.cpp index 3b82ff511309f..52975a0ad5929 100644 --- a/src/main_menu.cpp +++ b/src/main_menu.cpp @@ -41,7 +41,7 @@ #define dbg(x) DebugLog((DebugLevel)(x),D_GAME) << __FILE__ << ":" << __LINE__ << ": " -static const holiday current_holiday = holiday::new_year; +static const holiday current_holiday = holiday::none; void main_menu::on_move() const {