diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-05-02 15:46:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-02 17:46:51 -0300 |
| commit | c9df6fda729f76607b3c1ce45cfe82a203f16d99 (patch) | |
| tree | 636d2a2ced45cfdf9cf6cfa4be5220aa827c5e79 /src/engine/fox_game.c | |
| parent | 926677aa6c6cfb3b633a64c772d264e1946cc79c (diff) | |
More docs (#226)
* docs
* more docs
* forgot timers
Diffstat (limited to 'src/engine/fox_game.c')
| -rw-r--r-- | src/engine/fox_game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/fox_game.c b/src/engine/fox_game.c index 3eb3a689..0475088f 100644 --- a/src/engine/fox_game.c +++ b/src/engine/fox_game.c @@ -100,7 +100,7 @@ void Game_SetGameState(void) { gNextGameState = GSTATE_NONE; gSceneSetup = 0; gFillScreenColor = gBgColor = 0; - D_ctx_80177D20 = 0.0f; + gPathProgress = 0.0f; if ((gCurrentLevel == LEVEL_VENOM_2) && (gLevelPhase == 2)) { gFillScreenColor = gBgColor = 0xFFFF; // 248, 248, 248 gFillScreenRed = gFillScreenGreen = gFillScreenBlue = 255; @@ -389,7 +389,7 @@ void Game_Update(void) { Play_ClearObjectData(); gCamCount = 1; gLifeCount[0] = 2; - D_ctx_80177D20 = 0.0f; + gPathProgress = 0.0f; D_hud_8016170C = gCsFrameCount = gShowLevelClearStatusScreen = gLevelStartStatusScreenTimer = gLevelClearScreenTimer = gVsMatchState = gVersusMode = gTitleState = gStarCount = gMapState = gPlayState = gOptionMenuStatus = gDrawMode = gShowBossHealth = gShowHud = gBgColor = |
