mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-04-01 17:20:04 +00:00
Move lerp to td init, add variable gap size
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
#define LERP_GAP 3000
|
||||
|
||||
struct WarpLocation;
|
||||
|
||||
struct TransportRoute {
|
||||
@@ -20,7 +18,7 @@ struct TransportLocation {
|
||||
namespace TransportManager {
|
||||
extern std::map<int32_t, TransportRoute> Routes;
|
||||
extern std::map<int32_t, TransportLocation> Locations;
|
||||
extern std::map<int32_t, std::vector<WarpLocation>> SkywayPaths;
|
||||
extern std::map<int32_t, std::queue<WarpLocation>> SkywayPaths;
|
||||
extern std::unordered_map<CNSocket*, std::queue<WarpLocation>> SkywayQueue;
|
||||
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user