Skip to content

Commit

Permalink
Take down the Christmas decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglonias committed Jan 6, 2020
1 parent 8ad1db2 commit 17ceebe
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 17ceebe

Please sign in to comment.