diff --git a/tests/stomach_contents_tests.cpp b/tests/stomach_contents_tests.cpp index f22718e113ece..b2018fea733b3 100644 --- a/tests/stomach_contents_tests.cpp +++ b/tests/stomach_contents_tests.cpp @@ -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 );