This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix an erroneus warning message in the Dict destructor.
legacy
Sam Hocevar
sam
14 years ago
parent
3e266b5dce
commit
bc256d6dbe
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/dict.cpp
+ 1
- 0
src/dict.cpp
View File
@@ -99,6 +99,7 @@ void Dict::RemoveSlot(int id)
{
if (Ticker::Unref(data->entities[id]) == 0)
data->entities[id] = NULL;
data->nentities--;
}
Write
Preview
Loading…
Cancel
Save