diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 21:55:48 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 21:55:48 -0400 |
| commit | 8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (patch) | |
| tree | 245e1ce8e3212751c07704f12e70770972f1d952 /src/d/actor/d_a_btd.cpp | |
| parent | 048d242eef520cc257914cbc56c009ea8e8dc130 (diff) | |
Enable more clangd warnings, minor cleanup
Diffstat (limited to 'src/d/actor/d_a_btd.cpp')
| -rw-r--r-- | src/d/actor/d_a_btd.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/d/actor/d_a_btd.cpp b/src/d/actor/d_a_btd.cpp index 0394c23b..8274b781 100644 --- a/src/d/actor/d_a_btd.cpp +++ b/src/d/actor/d_a_btd.cpp @@ -1486,7 +1486,6 @@ void fire_attack(btd_class* i_this) { /* 00004FE4-000053E4 .text up_fire_attack__FP9btd_class */ void up_fire_attack(btd_class* i_this) { - bool bVar2; daPy_py_c* apdVar4; mDoExt_McaMorf* iVar5; cXyz local_2c; @@ -1494,7 +1493,6 @@ void up_fire_attack(btd_class* i_this) { apdVar4 = daPy_getPlayerActorClass(); iVar5 = get_anm(i_this); - bVar2 = true; i_this->m5E86 = 3; switch (i_this->mGohmaState) { case 0: @@ -1559,7 +1557,6 @@ void up_fire_attack(btd_class* i_this) { /* 000053E4-000058A4 .text yoko_fire_attack__FP9btd_class */ void yoko_fire_attack(btd_class* i_this) { - bool bVar2; daPy_py_c* apdVar4; mDoExt_McaMorf* iVar5; float fVar8; @@ -1568,7 +1565,6 @@ void yoko_fire_attack(btd_class* i_this) { apdVar4 = daPy_getPlayerActorClass(); iVar5 = get_anm(i_this); - bVar2 = true; i_this->m5E86 = 1; switch (i_this->mGohmaState) { case 0: |
