mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 02:16:03 -04:00
next round of standard compiler fixes (#2969)
* next round of standard compiler fixes * Fix weak function order issue * fix missmatch with ShieldD version
This commit is contained in:
@@ -331,9 +331,9 @@ const char* JMessage::TSequenceProcessor::process(char const* pszText) {
|
||||
u32 queryResult = on_branch_queryResult();
|
||||
if (queryResult > 0x7FFFFFFF) {
|
||||
switch (queryResult) {
|
||||
case -1:
|
||||
case 0xFFFFFFFF:
|
||||
return pszCurrent_;
|
||||
case -2:
|
||||
case 0xFFFFFFFE:
|
||||
eStatus_ = STATUS_NORMAL;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user