Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_actor.c6662 int sprrad,oldsrad,sprtrad; in CheckStaticObjects() local
6671 sprtrad = ACTORSIZE - 0x1000; in CheckStaticObjects()
6673 sprtrad = ACTORSIZE - 0x1000 + 0x10000; in CheckStaticObjects()
6677 sprxlow = (int)((tryx-sprtrad) >>TILESHIFT); in CheckStaticObjects()
6678 sprylow = (int)((tryy-sprtrad) >>TILESHIFT); in CheckStaticObjects()
6680 sprxhigh = (int)((tryx+sprtrad) >>TILESHIFT); in CheckStaticObjects()
6681 spryhigh = (int)((tryy+sprtrad) >>TILESHIFT); in CheckStaticObjects()