diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-10-31 20:36:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 17:36:11 -0700 |
| commit | 09423b6fa00029d0325cbade59c78ae42f1014de (patch) | |
| tree | 15c444d2b60c559bbfd15385a4cfa83b8fe33521 /src/d/d_event.cpp | |
| parent | 30777a85b5357a60f0d57f9127ff4e04d3b2bdd5 (diff) | |
more misc. cleanup (#2232)
Diffstat (limited to 'src/d/d_event.cpp')
| -rw-r--r-- | src/d/d_event.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/d/d_event.cpp b/src/d/d_event.cpp index 2665db02ff..1b1980b9f5 100644 --- a/src/d/d_event.cpp +++ b/src/d/d_event.cpp @@ -205,8 +205,9 @@ s32 dEvt_control_c::beforeFlagProc(dEvt_order_c* p_order) { return 1; } -/* 80379D80-80379D80 0063E0 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ -static char const* const stringBase_80379D80 = "???"; +static char const* dummy1() { + return "???"; +} /* 80041964-800419A8 03C2A4 0044+00 2/2 0/0 0/0 .text * afterFlagProc__14dEvt_control_cFP12dEvt_order_c */ @@ -834,9 +835,6 @@ bool dEvt_control_c::skipper() { return startSkip; } -/* 80451EC8-80451ECC 0004C8 0004+00 1/1 0/0 0/0 .sdata2 @5013 */ -static f32 lit_5013 = -1.0f / 20.0f; - /* 80042BBC-80042FA8 03D4FC 03EC+00 0/0 1/1 0/0 .text Step__14dEvt_control_cFv */ int dEvt_control_c::Step() { dEvent_manager_c* evtMng = &dComIfGp_getEventManager(); @@ -1219,5 +1217,6 @@ void dEvt_control_c::setGtItm(u8 itemNo) { mGtItm = itemNo; } -/* 80379DC6-80379DD0 006426 0008+02 0/0 0/0 0/0 .rodata None */ -static char const* const stringBase_80379DC6 = "GIVEMAN"; +static char const* dummy2() { + return "GIVEMAN"; +} |
