diff options
| author | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2024-05-18 20:55:58 -0400 |
|---|---|---|
| committer | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2024-05-18 20:55:58 -0400 |
| commit | 4fe8a9bd4680069a56135fbfda955ae43aa109f0 (patch) | |
| tree | 44e66509f1d15085b5c5a98d4e8bcffc9329162a /src/d/d_path.cpp | |
| parent | 29a9b56c6d47fb67c9bd72c50d64016786eafdea (diff) | |
Random Work
Diffstat (limited to 'src/d/d_path.cpp')
| -rw-r--r-- | src/d/d_path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_path.cpp b/src/d/d_path.cpp index d2185673..e48aa6a5 100644 --- a/src/d/d_path.cpp +++ b/src/d/d_path.cpp @@ -62,7 +62,7 @@ dPath* dPath_GetNextRoomPath(dPath* path, int room_no) { } /* 80080340-800804A4 .text dPath_GetPolyRoomPathVec__FR13cBgS_PolyInfoP4cXyzPi */ -int dPath_GetPolyRoomPathVec(cBgS_PolyInfo& polyInfo, cXyz* pDstPos, int* pDstArg0) { +bool dPath_GetPolyRoomPathVec(cBgS_PolyInfo& polyInfo, cXyz* pDstPos, int* pDstArg0) { int room_no = dComIfG_Bgsp()->GetRoomId(polyInfo); int path_index = dComIfG_Bgsp()->GetRoomPathId(polyInfo); |
