Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_spec.cpp1272 static const signed char hexenScrollies[24][2] = in P_InitSectorSpecial() local
1286 fixed_t dx = hexenScrollies[i][0] * (FRACUNIT/2); in P_InitSectorSpecial()
1287 fixed_t dy = hexenScrollies[i][1] * (FRACUNIT/2); in P_InitSectorSpecial()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_spec.cpp1976 static char hexenScrollies[24][2] = in P_SpawnSpecials() local
1988 int dx = hexenScrollies[i][0] * (FRACUNIT/2); in P_SpawnSpecials()
1989 int dy = hexenScrollies[i][1] * (FRACUNIT/2); in P_SpawnSpecials()