diff options
| author | Trueffel <106771418+Trueffeloot@users.noreply.github.com> | 2024-01-09 00:16:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 15:16:02 -0800 |
| commit | 40dae638a7c0b7e967eda55d3aa1089163213c5d (patch) | |
| tree | 137509b69ea087b7994bbd8f9580e9df02695c9b /src/d/msg/d_msg_object.cpp | |
| parent | a8a159ae2c18e2ce3c0f98b1cc54e36ed14cff60 (diff) | |
Work on Collection Menu (d_menu_collect) (#2026)
* work on d_menu_collect
* match few funcs
* work on screenSet
* More work on d_menu_collect
* remove asm
* format document
* document fields
* rename variable
* Fix compiler error
Diffstat (limited to 'src/d/msg/d_msg_object.cpp')
| -rw-r--r-- | src/d/msg/d_msg_object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/msg/d_msg_object.cpp b/src/d/msg/d_msg_object.cpp index 350eee5239..6b383bfcc2 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -1856,7 +1856,7 @@ asm u32 dMsgObject_c::getMessageID() { #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -asm void dMsgObject_c::getSmellTypeMessageID() { +asm u32 dMsgObject_c::getSmellTypeMessageID() { nofralloc #include "asm/d/msg/d_msg_object/getSmellTypeMessageID__12dMsgObject_cFv.s" } |
