1
This commit is contained in:
parent
d74a9971e4
commit
8bb3d1de1d
@ -84,7 +84,7 @@ void MapInstance::Init()
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
navmesh_ = dtAllocNavMesh();
|
navmesh_ = dtAllocNavMesh();
|
||||||
FILE *fp = fopen((mt::MetaMgr::Instance()->GetResDir() + "map3.bin").c_str(), "rb");
|
FILE *fp = fopen((mt::MetaMgr::Instance()->GetResDir() + "map4.bin").c_str(), "rb");
|
||||||
if(fp){
|
if(fp){
|
||||||
//fseek(fp, 0, SEEK_END);
|
//fseek(fp, 0, SEEK_END);
|
||||||
//int file_size = ftell(fp);
|
//int file_size = ftell(fp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user