瀏覽代碼

Fix an erroneus warning message in the Dict destructor.

legacy
Sam Hocevar sam 14 年之前
父節點
當前提交
bc256d6dbe
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/dict.cpp

+ 1
- 0
src/dict.cpp 查看文件

@@ -99,6 +99,7 @@ void Dict::RemoveSlot(int id)
{
if (Ticker::Unref(data->entities[id]) == 0)
data->entities[id] = NULL;
data->nentities--;
}




Loading…
取消
儲存