mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-18 22:26:42 -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:
@@ -787,7 +787,7 @@ u8 daNpc_Kn_c::getPath() {
|
||||
|
||||
BOOL daNpc_Kn_c::isDelete() {
|
||||
static s16 l_appearFlag[7] = {
|
||||
0xFFFF, 0x0153, 0x0152, 0x0154, 0x0155, 0x0156, 0x0157,
|
||||
-1, 0x0153, 0x0152, 0x0154, 0x0155, 0x0156, 0x0157,
|
||||
};
|
||||
static s16 l_delFlag[7] = {
|
||||
0x0153, 0x0152, 0x0154, 0x0155, 0x0156, 0x0157, 0x0158,
|
||||
@@ -832,7 +832,7 @@ void daNpc_Kn_c::resetCol() {
|
||||
|
||||
void daNpc_Kn_c::reset() {
|
||||
initialize();
|
||||
memset(&mpTeachAction, 0, (int)&field_0x1754 - (int)&mpTeachAction);
|
||||
memset(&mpTeachAction, 0, (intptr_t)&field_0x1754 - (intptr_t)&mpTeachAction);
|
||||
|
||||
if (mpMatAnm != NULL) {
|
||||
mpMatAnm->initialize();
|
||||
|
||||
Reference in New Issue
Block a user