From 08c4065a5e940d9ace0fff90d2818ed5788cb2ec Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 12 Oct 2020 20:44:22 -0400 Subject: Decompiled ovl_Bg_Haka_MeganeBG (#448) --- src/code/z_sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_sample.c') diff --git a/src/code/z_sample.c b/src/code/z_sample.c index 7df885439..65e3cee20 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -87,7 +87,7 @@ void Sample_LoadTitleStatic(SampleContext* this) { void Sample_Init(GameState* thisx) { SampleContext* this = (SampleContext*)thisx; - + this->state.main = Sample_Main; this->state.destroy = Sample_Destroy; R_UPDATE_RATE = 1; -- cgit v1.2.3