summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorEthan Roseman <ethteck@gmail.com>2020-10-12 20:44:22 -0400
committerGitHub <noreply@github.com>2020-10-12 20:44:22 -0400
commit08c4065a5e940d9ace0fff90d2818ed5788cb2ec (patch)
treee52ed0df3f25e432b2fda9b5f1c52da4db87d290 /src/code
parent5c631e31703df73c366c83f0bacc84edce2b7f6f (diff)
Decompiled ovl_Bg_Haka_MeganeBG (#448)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_play.c2
-rw-r--r--src/code/z_prenmi.c2
-rw-r--r--src/code/z_sample.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c
index bbb77f7da..e9d964f7e 100644
--- a/src/code/z_play.c
+++ b/src/code/z_play.c
@@ -1332,7 +1332,7 @@ void Gameplay_Draw(GlobalContext* globalCtx) {
void Gameplay_Main(GameState* thisx) {
GlobalContext* globalCtx = (GlobalContext*)thisx;
-
+
D_8012D1F8 = &globalCtx->state.input[0];
DebugDisplay_Init();
diff --git a/src/code/z_prenmi.c b/src/code/z_prenmi.c
index 8de5bd213..985b1d3f2 100644
--- a/src/code/z_prenmi.c
+++ b/src/code/z_prenmi.c
@@ -41,7 +41,7 @@ void PreNMI_Draw(PreNMIContext* this) {
void PreNMI_Main(GameState* thisx) {
PreNMIContext* this = (PreNMIContext*)thisx;
-
+
PreNMI_Update(this);
PreNMI_Draw(this);
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;