mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 09:55:11 -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:
+1
-1
@@ -449,7 +449,7 @@ int dRes_info_c::loadResource() {
|
||||
void* bas;
|
||||
|
||||
if (chunk->some_data_offset != 0xFFFFFFFF) {
|
||||
bas = (void*)(chunk->some_data_offset + (u32)result);
|
||||
bas = (void*)(chunk->some_data_offset + (uintptr_t) result);
|
||||
} else {
|
||||
bas = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user