diff options
| author | Ethan Roseman <ethteck@gmail.com> | 2020-10-12 20:44:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 20:44:22 -0400 |
| commit | 08c4065a5e940d9ace0fff90d2818ed5788cb2ec (patch) | |
| tree | e52ed0df3f25e432b2fda9b5f1c52da4db87d290 /src/code/z_sample.c | |
| parent | 5c631e31703df73c366c83f0bacc84edce2b7f6f (diff) | |
Decompiled ovl_Bg_Haka_MeganeBG (#448)
Diffstat (limited to 'src/code/z_sample.c')
| -rw-r--r-- | src/code/z_sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
