General MSS fixes + tweaks

Add alert message for unpathed skyway routes
Fix overflow during lerp + add Future routes
Add documentation for MSS
Fix potential MSS registration bug
Minor tweaks + styling
Update packet broadcast
This commit is contained in:
Gent
2020-09-21 21:03:48 -04:00
parent 135424b855
commit 2c8243e136
5 changed files with 110 additions and 70 deletions

View File

@@ -8,5 +8,6 @@ namespace TableData {
void cleanup();
int getItemType(int);
void loadPaths();
void constructPath(nlohmann::json::iterator);
}