2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-14 14:45:52 +00:00

CStateManager: Make use of bool parameter in SetWarping()

Allows toggling the warping.
This commit is contained in:
Lioncash 2020-04-23 21:12:49 -04:00
parent 25b0c69818
commit 600076030f

View File

@ -457,6 +457,6 @@ public:
static float g_EscapeShakeCountdown;
static bool g_EscapeShakeCountdownInit;
void SetWarping(bool v) { m_warping = true; }
void SetWarping(bool warp) { m_warping = warp; }
};
} // namespace urde