Skip to content

Commit

Permalink
Merge pull request #36753 from Inglonias/war-on-christmas
Browse files Browse the repository at this point in the history
Take down the Christmas decorations
  • Loading branch information
ZhilkinSerg authored Jan 6, 2020
2 parents 72a0325 + 17ceebe commit 24d0daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 24d0daf

Please sign in to comment.