From a45ab51b18d1f4af19b8975c9f6e3382064fbba1 Mon Sep 17 00:00:00 2001 From: Curtis Merrill Date: Wed, 21 Aug 2019 20:43:58 -0400 Subject: [PATCH] change turn_zero to start_of_cataclysm (#33444) --- tests/stomach_contents_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );