Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_rt_play.h60 #define PROJECTILESIZE 0xc000l macro
H A D_rt_acto.h88 #define PROJECTILESIZE 0x6000l macro
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_act2.cpp71 #define PROJECTILESIZE (0xC000L) macro
5676 if (deltax < PROJECTILESIZE && deltay < PROJECTILESIZE) { in T_Projectile()
5677 deltax = FixedByFrac(PROJECTILESIZE, costable[ob->angle]); in T_Projectile()
5678 deltay = -FixedByFrac(PROJECTILESIZE, sintable[ob->angle]); in T_Projectile()