diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-23 01:25:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 22:25:06 -0700 |
| commit | 0212d1d18e76f47182107b5ce845880e2f62f352 (patch) | |
| tree | 1bfee63758f4e570677821db00574fede5c293a4 /src/d/actor/d_a_npc.cpp | |
| parent | 3c2a99e701934bcde95e55420d993ffa3f635ef2 (diff) | |
Update dtk-template (#2453)
* Update dtk-template
* Fix debug build
* Fix d_event_debug includes
* Progress reports: Enable function relocation diffing (data_value)
* Fix some diffs
* Fix a few more diffs
* More fixes
Diffstat (limited to 'src/d/actor/d_a_npc.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/actor/d_a_npc.cpp b/src/d/actor/d_a_npc.cpp index a539951e7d..aea7716bea 100644 --- a/src/d/actor/d_a_npc.cpp +++ b/src/d/actor/d_a_npc.cpp @@ -5198,11 +5198,6 @@ void daNpcF_c::setParam() { /* empty function */ } -/* 80155BCC-80155BD0 15050C 0004+00 2/0 0/0 0/0 .text drawOtherMdls__8daNpcF_cFv */ -void daNpcF_c::drawOtherMdls() { - /* empty function */ -} - /* 80155BD0-80155BD8 150510 0008+00 2/0 0/0 0/0 .text drawDbgInfo__8daNpcF_cFv */ BOOL daNpcF_c::drawDbgInfo() { return true; |
