1
This commit is contained in:
parent
d74a9971e4
commit
8bb3d1de1d
@ -84,7 +84,7 @@ void MapInstance::Init()
|
||||
}
|
||||
{
|
||||
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){
|
||||
//fseek(fp, 0, SEEK_END);
|
||||
//int file_size = ftell(fp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user