mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -48,7 +48,7 @@ namespace daObjBuoyflag {
|
||||
|
||||
class Act_c : public fopAc_ac_c {
|
||||
public:
|
||||
static s32 make_norm(uint parentPId, cXyz* pos, int roomNo, csXyz* angle) {
|
||||
static uint make_norm(uint parentPId, cXyz* pos, int roomNo, csXyz* angle) {
|
||||
u32 params = prm_make(static_cast<Type_e>(0), static_cast<Texture_e>(0), false); // TODO: placeholder
|
||||
return fopAcM_createChild(PROC_Obj_Buoyflag, parentPId, params, pos, roomNo, angle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user