Decal deletion queue

From EDukeWiki
Revision as of 23:08, 22 May 2018 by Hendricks266 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The decal creation queue is an array that exists in memory containing a list of all sprite ids marked as safe to delete. This is typically used with pools of blood, bullet holes, et cetera. The total number of active decals is defined by QSIZE.

Bad things will happen if a sprite in the queue does not have a statnum that allows killit to actually delete sprites. See killit for more information.