diff options
| author | Julgodis <> | 2021-04-08 01:47:05 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 01:47:05 +0200 |
| commit | a23a10639979ee10cbea5ffdadadc490d9e60227 (patch) | |
| tree | 75a86f6d6760a9f4183f3e97606eb7747399a0a8 /src/d/map/d_map_path.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'src/d/map/d_map_path.cpp')
| -rw-r--r-- | src/d/map/d_map_path.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/d/map/d_map_path.cpp b/src/d/map/d_map_path.cpp index 7ccb5fcbbc..b6cd3c96e7 100644 --- a/src/d/map/d_map_path.cpp +++ b/src/d/map/d_map_path.cpp @@ -64,6 +64,8 @@ struct dMpath_n { /* 8003C8F4 */ void remove(); /* 8003D740 */ ~dTexObjAggregate_c(); }; + + static u8 m_texObjAgg[28]; }; struct dDlst_base_c { @@ -101,6 +103,7 @@ extern "C" void __dt__Q28dMpath_n18dTexObjAggregate_cFv(); extern "C" extern char const* const d_map_d_map_path__stringBase0; extern "C" extern void* __vt__18dRenderingFDAmap_c[26]; extern "C" extern void* __vt__11dDrawPath_c[16]; +extern "C" u8 m_texObjAgg__8dMpath_n[28]; // // External References: @@ -366,8 +369,7 @@ asm void dRenderingFDAmap_c::postRenderingMap() { static u8 lit_3639[12]; /* 80424684-804246A0 0513A4 001C+00 2/2 5/5 0/0 .bss m_texObjAgg__8dMpath_n */ -extern u8 m_texObjAgg__8dMpath_n[28]; -u8 m_texObjAgg__8dMpath_n[28]; +u8 dMpath_n::m_texObjAgg[28]; /* 8003D3C0-8003D68C 037D00 02CC+00 0/0 2/2 0/0 .text * renderingDecoration__18dRenderingFDAmap_cFPCQ211dDrawPath_c10line_class */ |
