mirror of
https://github.com/zeldaret/tp
synced 2026-08-31 17:33:00 -04:00
Misc matches and fixes (#2703)
* Match mDoExt_morf_c::getPlayMode * Misc cleanup * Fix actor cull spheres * Match daPy_py_c::getLastSceneSwordAtUpTime, JUTGamePad::testTrigger * Fix improper demangling of dBgS_SphChk::SetCallback * Fix d_camera rangef weak func order * Match more alink_wolf funcs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "alloc.h"
|
||||
#include "critical_regions.h"
|
||||
#include <string.h>
|
||||
|
||||
typedef struct Block {
|
||||
struct Block* prev;
|
||||
@@ -331,4 +332,4 @@ void free(void* ptr) {
|
||||
__begin_critical_region(malloc_pool_access);
|
||||
__pool_free(get_malloc_pool(), ptr);
|
||||
__end_critical_region(malloc_pool_access);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user