mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
builds on mac again
revert some useless ifdefs rm TARGET_PC in the wrong place remove stubbed version of functions
This commit is contained in:
@@ -498,7 +498,7 @@ int daNpc_Hoz_c::isDelete() {
|
||||
|
||||
void daNpc_Hoz_c::reset() {
|
||||
initialize();
|
||||
memset(&field_0xfac, 0, (u32)&field_0xfc4 - (u32)&field_0xfac);
|
||||
memset(&field_0xfac, 0, (uintptr_t)&field_0xfc4 - (uintptr_t)&field_0xfac);
|
||||
|
||||
if (mpMatAnm[0] != NULL) {
|
||||
mpMatAnm[0]->initialize();
|
||||
|
||||
Reference in New Issue
Block a user