d_a_npc_uri almost matching (#2400)

* d_a_npc_uri almost matching

* Fix various issues

* Fix
This commit is contained in:
hev7
2025-04-19 12:35:06 +01:00
committed by GitHub
parent c5f9d8dd9f
commit f63b2db2f9
5 changed files with 1846 additions and 1983 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ public:
bool chkReverse() { return mDirection == 1; }
u16 getNumPnts() {
int getNumPnts() {
dPath* path = mpRoomPath;
return path->m_num;
}