diff --git a/src/main_menu.cpp b/src/main_menu.cpp index 0eb408b35fa3b..6af443daafeec 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::christmas; +static const holiday current_holiday = holiday::new_year; void main_menu::on_move() const {