1
This commit is contained in:
parent
6364b0e9dc
commit
dc1b5a00e8
@ -745,6 +745,13 @@ void MapInstance::LoadHeightData()
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
for (auto& itr : list.datas()) {
|
||||
for (auto& itr2 : itr.infos()) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
free(p);
|
||||
fclose(fp);
|
||||
}
|
||||
|
@ -11,6 +11,13 @@ struct HeightInfo
|
||||
int h = 0;
|
||||
};
|
||||
|
||||
struct GridInfo
|
||||
{
|
||||
bool is_perfect = false;
|
||||
HeightInfo* layers = nullptr;
|
||||
HeightInfo* details = nullptr;
|
||||
};
|
||||
|
||||
class Entity;
|
||||
class Obstacle;
|
||||
class MapService;
|
||||
|
Loading…
x
Reference in New Issue
Block a user