diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-11-27 13:37:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-27 13:37:50 -0500 |
commit | ba4519c3bdd23aec75ecf96e688d9e65e267d256 (patch) | |
tree | 0cd2bca0cd5f6b2b19994530e806e12e42e9d83d /src/map/map.cpp | |
parent | f604a13e791eecdef273d517f7f6f566383cde28 (diff) | |
parent | 872a913d2d3958f4010119b037b8b32cdc67566f (diff) | |
download | tmwa-16.11.28.tar.gz tmwa-16.11.28.tar.bz2 tmwa-16.11.28.tar.xz tmwa-16.11.28.zip |
Merge pull request #232 from mekolat/tilesv16.11.28
bug roundup
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r-- | src/map/map.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp index 08d5ceb..e7b0da8 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -208,9 +208,6 @@ int map_delblock(dumb_ptr<block_list> bl) return 0; } - if (bl->bl_type == BL::NPC) - bl->bl_m->npc_num--; - if (bl->bl_type == BL::PC) bl->bl_m->users--; |