diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
| commit | 6ec4a2ebbd31ed7f75ffa1ec4dd15947f42dbc9c (patch) | |
| tree | c9c2c438c8ed1dff6a8e90b7b763e8422373479f /src/d/actor/d_a_npc_mk.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_npc_mk.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_mk.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/actor/d_a_npc_mk.cpp b/src/d/actor/d_a_npc_mk.cpp index 916c0eaf..67190bf6 100644 --- a/src/d/actor/d_a_npc_mk.cpp +++ b/src/d/actor/d_a_npc_mk.cpp @@ -325,11 +325,6 @@ void daNpc_Mk_Draw(daNpc_Mk_c*) { void daNpc_Mk_IsDelete(daNpc_Mk_c*) { /* Nonmatching */ } - - - - - /* 00004C38-00004C54 .text setEyePos__10daNpc_Mk_cF4cXyz */ void daNpc_Mk_c::setEyePos(cXyz) { /* Nonmatching */ |
