瀏覽代碼

Merge pull request #87 from Fayth/mantis-2048

I didn't even notice this issue, thanks!
DjWarmonger 10 年之前
父節點
當前提交
58b96cdd0a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/windows/CAdvmapInterface.cpp

+ 2 - 0
client/windows/CAdvmapInterface.cpp

@@ -561,6 +561,8 @@ void CAdvMapInt::restoreState()
 
 	underground->block(!CGI->mh->map->twoLevel);
 	worldViewUnderground->block(!CGI->mh->map->twoLevel);
+	
+	terrain.currentPath = nullptr; // invalidate previously visible path after game reload
 }
 
 CAdvMapInt::~CAdvMapInt()