diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-07-12 23:57:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 13:57:59 -0700 |
| commit | d4768a864e174a45e8be066657990b29c53079b5 (patch) | |
| tree | cc783e5f8e34a1bd68b1e7f1aa9eca88b0a2e5bf /src/d/actor/d_a_obj_goGate.cpp | |
| parent | 898b4fa3e3c597b48de707b3855930e2568e1b1c (diff) | |
Various cleanups and matches (#2530)
Diffstat (limited to 'src/d/actor/d_a_obj_goGate.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_goGate.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_goGate.cpp b/src/d/actor/d_a_obj_goGate.cpp index 1e322ecc09..cf214eea92 100644 --- a/src/d/actor/d_a_obj_goGate.cpp +++ b/src/d/actor/d_a_obj_goGate.cpp @@ -75,8 +75,7 @@ int daGoGate_c::Execute(Mtx** param_0) { /* 80BFE11C-80BFE128 000014 000C+00 4/4 0/0 0/0 .bss l_HIO */ static daGoGate_HIO_c l_HIO; -/* 80BFD9D4-80BFDAD8 000414 0104+00 1/1 0/0 0/0 .text - // NONMATCHING moveGate__10daGoGate_cFv */ +/* 80BFD9D4-80BFDAD8 000414 0104+00 1/1 0/0 0/0 .text moveGate__10daGoGate_cFv */ void daGoGate_c::moveGate() { typedef void (daGoGate_c::*daGoGate_modeFunc)(); static daGoGate_modeFunc mode_proc[] = { |
