diff options
| author | Max Roncace <me@caseif.net> | 2025-11-25 15:32:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 22:32:01 +0200 |
| commit | 9f76ba2f69e32317377477fdd341f4951a012cf0 (patch) | |
| tree | baeeb93b7e97f335bd4fc445817b7c00f2ea0e22 /src/d/d_bg_s.cpp | |
| parent | 360bad39952e0b9ad72cfa75a2763ef9dab69064 (diff) | |
d_a_npc debug work (#2863)
* Remove d_a_npc3.cpp
This file appears to not actually be real and the asserts in its
functions all reference d_a_npc2.cpp instead.
* d_a_npc debug almost matching
Diffstat (limited to 'src/d/d_bg_s.cpp')
| -rw-r--r-- | src/d/d_bg_s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_bg_s.cpp b/src/d/d_bg_s.cpp index e5d497e06c..58059a2d6d 100644 --- a/src/d/d_bg_s.cpp +++ b/src/d/d_bg_s.cpp @@ -552,7 +552,7 @@ u32 dBgS::ChkGrpInf(cBgS_PolyInfo const& poly, u32 param_1) { } /* 80075100-8007519C 06FA40 009C+00 0/0 16/16 60/60 .text GetRoomId__4dBgSFRC13cBgS_PolyInfo */ -s32 dBgS::GetRoomId(cBgS_PolyInfo const& poly) { +int dBgS::GetRoomId(cBgS_PolyInfo const& poly) { if (!poly.ChkSetInfo()) { return -1; } |
