diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-18 01:11:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 22:11:53 -0700 |
| commit | 23cba4d117cc34f4fafce838eed8cef103fce79c (patch) | |
| tree | 8d1aeb54e8b34697797384b4c980c77d847683a2 /src/d/d_demo.cpp | |
| parent | 5a13ca438a89c34d706432792d5257fcb2ad6b83 (diff) | |
getDemoIDData matched, fix up various inlines and template classes (#2489)
* Fix debug build
* getDemoIDData matched, fix up various inlines and template classes
* Remove nonmatching comments
Diffstat (limited to 'src/d/d_demo.cpp')
| -rw-r--r-- | src/d/d_demo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d/d_demo.cpp b/src/d/d_demo.cpp index 73d79cc635..a9fde337c8 100644 --- a/src/d/d_demo.cpp +++ b/src/d/d_demo.cpp @@ -225,7 +225,6 @@ const u8* dDemo_c::m_branchData; /* 80038338-80038490 032C78 0158+00 0/0 1/1 5/5 .text getDemoIDData__13dDemo_actor_cFPiPiPiPUsPUc */ -// NONMATCHING - some stack issues int dDemo_actor_c::getDemoIDData(int* param_0, int* param_1, int* param_2, u16* param_3, u8* param_4) { JStudio::stb::TParseData_fixed<51, TValueIterator_misaligned<u32> > data(getPrm()->getData()); |
