diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-03-07 18:03:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 18:03:46 -0700 |
| commit | f31ab5ae0be3de6e0910b2d5942e33458be043ac (patch) | |
| tree | 4fbfdeda4e8bfac575a81ab9d4eaa79530ea35c5 /src/d/d_bomb.cpp | |
| parent | 6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff) | |
Misc Changes (#306)
Diffstat (limited to 'src/d/d_bomb.cpp')
| -rw-r--r-- | src/d/d_bomb.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/d/d_bomb.cpp b/src/d/d_bomb.cpp index aec8e5e907..3b34b49444 100644 --- a/src/d/d_bomb.cpp +++ b/src/d/d_bomb.cpp @@ -1,11 +1,10 @@ -// -// Generated By: dol2asm -// Translation Unit: d/d_bomb -// +/** + * d_bomb.cpp + * dolzel2 - Bomb + */ #include "d/d_bomb.h" #include "d/d_procname.h" -#include "f_op/f_op_actor_mng.h" bool dBomb_c::checkStateCarry() { return (fopAcM_checkCarryNow(&mActor) || fopAcM_checkHookCarryNow(&mActor) || |
