summaryrefslogtreecommitdiff
path: root/src/code/z_map_exp.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2022-05-17 18:41:50 -0400
committerGitHub <noreply@github.com>2022-05-18 00:41:50 +0200
commitaadb5f9c474e9f5773bb78bcfdd5cbedeed5169c (patch)
tree2c15152e6a6254df3eccb7b498c4f4e442ef49ec /src/code/z_map_exp.c
parentf6c472ae5e53575af5f0fd0f92ddc03c37ff0cf7 (diff)
Gameplay_ -> Play_ and this (#1229)
Diffstat (limited to 'src/code/z_map_exp.c')
-rw-r--r--src/code/z_map_exp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_map_exp.c b/src/code/z_map_exp.c
index 92ef5681a..1e0e818e2 100644
--- a/src/code/z_map_exp.c
+++ b/src/code/z_map_exp.c
@@ -406,8 +406,8 @@ void Minimap_Draw(GlobalContext* globalCtx) {
}
}
- if (CHECK_BTN_ALL(globalCtx->state.input[0].press.button, BTN_L) && !Gameplay_InCsMode(globalCtx)) {
- osSyncPrintf("Game_play_demo_mode_check=%d\n", Gameplay_InCsMode(globalCtx));
+ if (CHECK_BTN_ALL(globalCtx->state.input[0].press.button, BTN_L) && !Play_InCsMode(globalCtx)) {
+ osSyncPrintf("Game_play_demo_mode_check=%d\n", Play_InCsMode(globalCtx));
// clang-format off
if (!R_MINIMAP_DISABLED) { Audio_PlaySoundGeneral(NA_SE_SY_CAMERA_ZOOM_UP, &gSfxDefaultPos, 4,
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
@@ -493,7 +493,7 @@ void Minimap_Draw(GlobalContext* globalCtx) {
Minimap_DrawCompassIcons(globalCtx); // Draw icons for the player spawn and current position
}
- if (CHECK_BTN_ALL(globalCtx->state.input[0].press.button, BTN_L) && !Gameplay_InCsMode(globalCtx)) {
+ if (CHECK_BTN_ALL(globalCtx->state.input[0].press.button, BTN_L) && !Play_InCsMode(globalCtx)) {
// clang-format off
if (!R_MINIMAP_DISABLED) { Audio_PlaySoundGeneral(NA_SE_SY_CAMERA_ZOOM_UP, &gSfxDefaultPos, 4,
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,