Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/ddf/
H A Dthing.cc38 #define DDF_MobjHashFunc(x) (((x) + LOOKUP_CACHESIZE) % LOOKUP_CACHESIZE) macro
2161 int slot = DDF_MobjHashFunc(id); in Lookup()