Removed the TABLEPASS flag.

No longer in use in any of the code.
Also changed cases of flags being set to null instead of 0.
This commit is contained in:
ComicIronic
2015-01-03 18:33:47 +00:00
parent 56dbb515eb
commit 9c9e1ff808
188 changed files with 469 additions and 472 deletions

View File

@@ -305,7 +305,6 @@ var/list/DummyCache = list()
D.flags=initial(D.flags)
D.pass_flags=initial(D.pass_flags)
if(pass_flags&PASSTABLE)
D.flags |= TABLEPASS
D.pass_flags |= PASSTABLE
if(targetturf.density && targetturf != get_turf(target))