diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-27 18:35:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 15:35:11 -0700 |
| commit | 5dc86158bc15a2f7d7d499d38d388be1d997e750 (patch) | |
| tree | 9390d282191ac89c7925b4c7277d3c2aa70c834c /src/d/d_shop_system.cpp | |
| parent | 54d8839d916beef73c29165932fb33f9b24f2394 (diff) | |
Fix most vtable issues (#2706)
Diffstat (limited to 'src/d/d_shop_system.cpp')
| -rw-r--r-- | src/d/d_shop_system.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/d/d_shop_system.cpp b/src/d/d_shop_system.cpp index 6c7769c8b4..f7917145c9 100644 --- a/src/d/d_shop_system.cpp +++ b/src/d/d_shop_system.cpp @@ -1615,13 +1615,10 @@ int dShopSystem_c::getFlowNodeNum() { return num; } -// fake, used to fix weak function order -void dShopSystem_c::dummyWeakOrder() { +static void dummy() { static const char* bck_str = ".bck"; static const char* btp_str = ".btp"; static const char* btk_str = ".btk"; - - getResName2(0); } /* 8019AB1C-8019AB24 19545C 0008+00 0/0 0/0 8/8 .text setSellItemMax__13dShopSystem_cFUc |
