Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Ddestruct.c1954 shotRec[i].x += shotRec[i].xmov; in DE_RunTickShots()
1955 shotRec[i].y += shotRec[i].ymov; in DE_RunTickShots()
1962 shotRec[i].y -= shotRec[i].ymov; in DE_RunTickShots()
1963 shotRec[i].ymov = -shotRec[i].ymov; in DE_RunTickShots()
1965 if (shotRec[i].x < 1 || shotRec[i].x > 318) in DE_RunTickShots()
1967 shotRec[i].x -= shotRec[i].xmov; in DE_RunTickShots()
1968 shotRec[i].xmov = -shotRec[i].xmov; in DE_RunTickShots()
1977 shotRec[i].y -= shotRec[i].ymov; in DE_RunTickShots()
1989 if (shotRec[i].x > 318 || shotRec[i].x < 1) in DE_RunTickShots()
2059 shotRec[i].xmov = -shotRec[i].xmov; in DE_RunTickShots()
[all …]