mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 21:47:41 +00:00
Rename everything
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Runtime/World/CPathFindSearch.hpp"
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
|
||||
bool CPathFindSearch::SegmentOver(const zeus::CVector3f& p1) const {
|
||||
if (x4_waypoints.size() > 1 && xc8_curWaypoint < x4_waypoints.size() - 1) {
|
||||
@@ -70,4 +70,4 @@ float CPathFindSearch::RemainingPathDistance(const zeus::CVector3f& pos) const {
|
||||
return f31;
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
Reference in New Issue
Block a user