Skip to content

Commit

Permalink
change turn_zero to start_of_cataclysm (#33444)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT authored and kevingranade committed Aug 22, 2019
1 parent 49e5760 commit a45ab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stomach_contents_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

static void reset_time()
{
calendar::turn = calendar::turn_zero;
calendar::turn = calendar::start_of_cataclysm;
player &p = g->u;
p.set_stored_kcal( p.get_healthy_kcal() );
p.set_hunger( 0 );
Expand Down

0 comments on commit a45ab51

Please sign in to comment.