mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
Added loading of v2 regular maps, also #bestz will report water info even if a reg map failed to load.
This commit is contained in:
@@ -57,6 +57,9 @@ public:
|
||||
bool Load(std::string filename);
|
||||
static Map *LoadMapFile(std::string file);
|
||||
private:
|
||||
void RotateVertex(Vertex &v, float rx, float ry, float rz);
|
||||
void ScaleVertex(Vertex &v, float sx, float sy, float sz);
|
||||
void TranslateVertex(Vertex &v, float tx, float ty, float tz);
|
||||
bool LoadV1(FILE *f);
|
||||
bool LoadV2(FILE *f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user