Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Drandom.cpp115 long whichbase = Long(4); in Base() local
116 if (whichbase == 0) return 'A'; in Base()
117 if (whichbase == 1) return 'C'; in Base()
118 if (whichbase == 2) return 'G'; in Base()
119 if (whichbase == 3) return 'T'; in Base()
/dports/games/icbm3d/icbm3d/
H A Dicbm3d.c3080 int i, found, whichbase; in addbullet() local
3084 whichbase = -1; in addbullet()
3099 whichbase = i; in addbullet()
3105 if (whichbase != -1) in addbullet()
3122 bullets[found].x = defensebases[whichbase].x; in addbullet()
3124 bullets[found].z = defensebases[whichbase].z; in addbullet()
3150 defensebases[whichbase].bullets--; in addbullet()