Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/g_heretic/
H A Da_hereticmisc.cpp35 static FRandom pr_blast ("VolcanoBlast"); variable
163 count = 1 + (pr_blast() % 3); in DEFINE_ACTION_FUNCTION()
168 angle = pr_blast () << 24; in DEFINE_ACTION_FUNCTION()
173 blast->velz = (FRACUNIT*5/2) + (pr_blast() << 10); in DEFINE_ACTION_FUNCTION()