mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -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:
+2
-2
@@ -112,7 +112,7 @@ int dBgS::GetExitId(cBgS_PolyInfo& polyInfo) {
|
||||
|
||||
/* 800A06A4-800A0708 .text GetPolyColor__4dBgSFR13cBgS_PolyInfo */
|
||||
int dBgS::GetPolyColor(cBgS_PolyInfo& polyInfo) {
|
||||
if (!polyInfo.ChkSetInfo())
|
||||
if (!polyInfo.ChkSetInf())
|
||||
return 0xFF;
|
||||
|
||||
return GetPolyId0(polyInfo.GetBgIndex(), polyInfo.GetPolyIndex(), 0xFF, 0x07F80000, 19);
|
||||
@@ -277,7 +277,7 @@ int dBgS::GetRoomPathPntNo(cBgS_PolyInfo& polyInfo) {
|
||||
|
||||
/* 800A0E68-800A0F88 .text GetRoomId__4dBgSFR13cBgS_PolyInfo */
|
||||
s32 dBgS::GetRoomId(cBgS_PolyInfo& polyInfo) {
|
||||
if (!polyInfo.ChkSetInfo())
|
||||
if (!polyInfo.ChkSetInf())
|
||||
return -1;
|
||||
|
||||
s32 id = polyInfo.GetBgIndex();
|
||||
|
||||
Reference in New Issue
Block a user