mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 05:34:38 -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:
@@ -179,7 +179,7 @@ public:
|
||||
|
||||
public:
|
||||
void initialize() {
|
||||
memset(&mFootLPos, 0, (int)&field_0xe3c - (int)&mFootLPos);
|
||||
memset(&mFootLPos, 0, (intptr_t)&field_0xe3c - (intptr_t)&mFootLPos);
|
||||
|
||||
mFaceMotionSeqMngr.initialize();
|
||||
mMotionSeqMngr.initialize();
|
||||
|
||||
Reference in New Issue
Block a user