diff options
| author | Pheenoh <pheenoh@gmail.com> | 2022-12-21 23:22:19 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2022-12-21 23:22:19 -0700 |
| commit | a1f695fdc4398f9e52cd5526d5dc71b340117932 (patch) | |
| tree | 383aa17ac645b1ae0c6f57bf479449a022313360 /src/d/msg/d_msg_object.cpp | |
| parent | b87b7d1f451c60ff852b087dd8d1802e73309d30 (diff) | |
| parent | 6637a124d197a87ada9af5ddaf9b11fb4cae3119 (diff) | |
Merge remote-tracking branch 'upstream/master' into d_a_player
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 d44099f41d..246bad975f 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -1836,7 +1836,7 @@ asm void dMsgObject_c::isMsgSend() { #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -asm void dMsgObject_c::isMouthCheck() { +asm bool dMsgObject_c::isMouthCheck() { nofralloc #include "asm/d/msg/d_msg_object/isMouthCheck__12dMsgObject_cFv.s" } |
