Skip to content

Commit

Permalink
Merge pull request #35905 from KorGgenT/change-holiday
Browse files Browse the repository at this point in the history
change holiday to christmas
  • Loading branch information
ZhilkinSerg authored Dec 6, 2019
2 parents b1cff02 + d1d895b commit f16354d
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 @@ -42,7 +42,7 @@

#define dbg(x) DebugLog((DebugLevel)(x),D_GAME) << __FILE__ << ":" << __LINE__ << ": "

static const holiday current_holiday = holiday::thanksgiving;
static const holiday current_holiday = holiday::christmas;

void main_menu::on_move() const
{
Expand Down

0 comments on commit f16354d

Please sign in to comment.