Home
last modified time | relevance | path

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

/dports/games/xspacewarp/xspacewarp-1.2/
H A Dc_jovian.cc249 shot.delta.x = (float)FASERSPD * shot.cos; in shoot()
250 shot.delta.y = -(float)FASERSPD * shot.sin; in shoot()
H A Dparams.hh122 #define FASERSPD 15 // distance burst moves between time intervals macro
H A Dc_endever.cc306 shot.delta.x = (float)FASERSPD * shot.cos; in shoot()
307 shot.delta.y = -(float)FASERSPD * shot.sin; in shoot()