Home
last modified time | relevance | path

Searched refs:countsItem (Results 1 – 1 of 1) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/thingdef/
H A Dthingdef_codeptr.cpp253 const bool countsItem = !!(self->flags & FL_COUNTITEM); in ACTION_FUNCTION() local
259 if(countedItem != countsItem) in ACTION_FUNCTION()
261 if(countsItem) ++gamestate.treasuretotal; in ACTION_FUNCTION()