fix path starting waypoint

This commit is contained in:
Aaron Kimbre
2023-08-15 09:47:45 -05:00
parent 92e2ab55d9
commit 5168404567
3 changed files with 3 additions and 10 deletions

View File

@@ -228,10 +228,6 @@ public:
static float GetBaseSpeed(LOT lot);
private:
// TODO: Advance properly
void SetCurrentPathWaypointIndex(uint32_t value) { };
void SetNextPathWaypointIndex(uint32_t value) { };
float HandleWaypointCommandGroupEmote(const std::string& data);
void HandleWaypointCommandSetVariable(const std::string& data);
void HandleWaypointCommandCastSkill(const std::string& data);