diff options
| author | Julgodis <> | 2021-04-10 07:02:38 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-10 07:02:38 +0200 |
| commit | 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 (patch) | |
| tree | a40631b0654c4d310ebff2360e2a4ef32437a2b5 /src/d/d_select_icon.cpp | |
| parent | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (diff) | |
moved strings + decompile simple store functions
Diffstat (limited to 'src/d/d_select_icon.cpp')
| -rw-r--r-- | src/d/d_select_icon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_select_icon.cpp b/src/d/d_select_icon.cpp index 8c6cb5987c..372b46f14e 100644 --- a/src/d/d_select_icon.cpp +++ b/src/d/d_select_icon.cpp @@ -154,5 +154,5 @@ asm void __sinit_d_select_icon_cpp() { #pragma push #pragma force_active on -SECTION_CTORS void* const _ctors_80195C64 = (void*)__sinit_d_select_icon_cpp; +REGISTER_CTORS(0x80195C64, __sinit_d_select_icon_cpp); #pragma pop |
