소스 검색

Fix an erroneus warning message in the Dict destructor.

legacy
Sam Hocevar sam 15 년 전
부모
커밋
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--;
}




불러오는 중...
취소
저장