mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes * use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
This commit is contained in:
@@ -3710,7 +3710,7 @@ BOOL daMP_WaitUntilPrepare() {
|
||||
OSMessage msg;
|
||||
OSReceiveMessage(&daMP_PrepareReadyQueue, &msg, 1);
|
||||
|
||||
if ((BOOL)msg) {
|
||||
if ((intptr_t)msg) {
|
||||
return TRUE;
|
||||
} else {
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user