mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
@@ -677,7 +677,7 @@ static void* s_w_sub(void* param_1, void*) {
|
||||
}
|
||||
|
||||
/* 00002CD4-00002FB0 .text search_wepon__FP8bk_class */
|
||||
static uint search_wepon(bk_class* i_this) {
|
||||
static fpc_ProcID search_wepon(bk_class* i_this) {
|
||||
target_info_count = 0;
|
||||
for (int i = 0; i < ARRAY_SIZE(target_info); i++) {
|
||||
target_info[i] = NULL;
|
||||
|
||||
Reference in New Issue
Block a user