From 8bb3d1de1de18a7a1604f9d2386047f2c37a2f46 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 3 Jan 2023 10:48:24 +0800 Subject: [PATCH] 1 --- server/gameserver/mapinstance.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/mapinstance.cc b/server/gameserver/mapinstance.cc index e9c43f38..e020f287 100644 --- a/server/gameserver/mapinstance.cc +++ b/server/gameserver/mapinstance.cc @@ -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);