summaryrefslogtreecommitdiff
path: root/src/d/d_cc_uty.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2026-01-17 05:44:37 -0800
committerGitHub <noreply@github.com>2026-01-17 15:44:37 +0200
commitb1f44ce5322d0844758bebd487b3f3f5c0363823 (patch)
treefb47f2c7f115b2cb51c06223d46784da43e9fe56 /src/d/d_cc_uty.cpp
parent93dcac33431a9f279623d25ff2065def5b2b5eec (diff)
d_a_alink cleanup / debug work (#3045)
* start d_a_alink debug cleanup * d_a_alink_damage debug * d_a_alink_guard debug * d_a_alink_bow debug * d_a_alink_boom debug * d_a_alink_copyrod debug * d_a_alink_hvyboots debug * d_a_alink_grab debug * d_a_alink_sumou debug * d_a_alink_horse debug * d_a_alink_canoe debug * d_a_alink_crawl / d_a_alink_hang debug * d_a_alink_swim debug * d_a_alink_hook / d_a_alink_iceleaf debug * d_a_alink_bottle debug * d_a_alink_whistle / d_a_alink_kandelaar / d_a_alink_ironball debug * d_a_alink_demo debug * d_a_alink_effect debug * d_a_alink_wolf debug * d_a_alink debug / cleanup * cleanup button status enums
Diffstat (limited to 'src/d/d_cc_uty.cpp')
-rw-r--r--src/d/d_cc_uty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cc_uty.cpp b/src/d/d_cc_uty.cpp
index abf801f34e..42116b967f 100644
--- a/src/d/d_cc_uty.cpp
+++ b/src/d/d_cc_uty.cpp
@@ -102,7 +102,7 @@ u16 cc_pl_cut_bit_get() {
} else if (player_p->getCutType() == daPy_py_c::CUT_TYPE_FINISH_VERTICAL) {
bit = 0x40;
} else if (player_p->getCutType() == daPy_py_c::CUT_TYPE_TURN_RIGHT ||
- player_p->getCutType() == 9 || player_p->getCutType() == daPy_py_c::CUT_TYPE_HORSE_TURN ||
+ player_p->getCutType() == daPy_py_c::CUT_TYPE_UNK_9 || player_p->getCutType() == daPy_py_c::CUT_TYPE_HORSE_TURN ||
player_p->getCutType() == daPy_py_c::CUT_TYPE_LARGE_TURN_RIGHT)
{
bit = 0x80;