Просмотр исходного кода

Fix an erroneus warning message in the Dict destructor.

legacy
Sam Hocevar sam 15 лет назад
Родитель
Сommit
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--;
}




Загрузка…
Отмена
Сохранить