このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fix an erroneus warning message in the Dict destructor.
legacy
Sam Hocevar
sam
14年前
親
3e266b5dce
コミット
bc256d6dbe
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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--;
}
書き込み
プレビュー
読み込み中…
キャンセル
保存