diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-29 07:53:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 17:53:54 +0200 |
| commit | 0e281cb97535523a3d1a4f668bc84321bc39fb46 (patch) | |
| tree | 2f8d939c992c30dcad7a904aa1024041cf3c85fa /src/d/actor/d_a_scene_exit.cpp | |
| parent | c429ce21eb7cf4687da596c51fbc47249fbe4c13 (diff) | |
various matches / cleanup (#2271)
* cleanup various TUs
* checkpoint
* d_attention doc
Diffstat (limited to 'src/d/actor/d_a_scene_exit.cpp')
| -rw-r--r-- | src/d/actor/d_a_scene_exit.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/d/actor/d_a_scene_exit.cpp b/src/d/actor/d_a_scene_exit.cpp index 2c43627b80..687dd3e77c 100644 --- a/src/d/actor/d_a_scene_exit.cpp +++ b/src/d/actor/d_a_scene_exit.cpp @@ -6,6 +6,7 @@ #include "d/actor/d_a_scene_exit.h" #include "dol2asm.h" #include "d/d_com_inf_game.h" +#include "d/actor/d_a_player.h" #include "m_Do/m_Do_mtx.h" // @@ -120,9 +121,7 @@ COMPILER_STRIP_GATE(0x80485CA8, &lit_3842); #pragma pop /* 80485A50-80485C90 000290 0240+00 1/1 0/0 0/0 .text execute__8daScex_cFv */ -// regalloc -// this matches debug but not retail :/ -#ifdef NONMATCHING +// NONMATCHING - regalloc, this matches debug but not retail :/ int daScex_c::execute() { daPy_py_c* player = daPy_getPlayerActorClass(); cXyz spC; @@ -164,11 +163,6 @@ int daScex_c::execute() { return 1; } -#else -int daScex_c::execute() { - // NONMATCHING -} -#endif /* ############################################################################################## */ /* 80485CAC-80485CCC -00001 0020+00 1/0 0/0 0/0 .data l_daScex_Method */ |
