Home
last modified time | relevance | path

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

/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A Dmain.c1137 new_torp(plx, winheight - playerShip->height, 0, -TORPSPEED*1.15); in do_player()
1140 new_torp(plx - 5, winheight - playerShip->height, 0, -TORPSPEED*1.15); in do_player()
1141 new_torp(plx + 5, winheight - playerShip->height, 0, -TORPSPEED*1.15); in do_player()
1145 new_torp(plx, winheight - playerShip->height - 15, -2, -TORPSPEED*1.15); in do_player()
1146 new_torp(plx, winheight - playerShip->height - 15, 2, -TORPSPEED*1.15); in do_player()
1150 new_torp(plx, winheight - playerShip->height - 25, -4, -TORPSPEED*1.15); in do_player()
1151 new_torp(plx, winheight - playerShip->height - 25, 4, -TORPSPEED*1.15); in do_player()
1155 new_torp(plx, winheight - playerShip->height - 35, -6, -TORPSPEED*1.15); in do_player()
1156 new_torp(plx, winheight - playerShip->height - 35, 6, -TORPSPEED*1.15); in do_player()
1160 new_torp(plx, winheight - playerShip->height - 50, -8, -TORPSPEED*1.15); in do_player()
[all …]
H A Ddefs.h38 #define TORPSPEED 12 macro
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dmain.c1188 new_torp(plx, WINHEIGHT - playerShip->height, 0, -TORPSPEED*1.15);
1191 new_torp(plx - 5, WINHEIGHT - playerShip->height, 0, -TORPSPEED*1.15);
1192 new_torp(plx + 5, WINHEIGHT - playerShip->height, 0, -TORPSPEED*1.15);
1196 new_torp(plx, WINHEIGHT - playerShip->height - 15, -2, -TORPSPEED*1.15);
1197 new_torp(plx, WINHEIGHT - playerShip->height - 15, 2, -TORPSPEED*1.15);
1201 new_torp(plx, WINHEIGHT - playerShip->height - 25, -4, -TORPSPEED*1.15);
1202 new_torp(plx, WINHEIGHT - playerShip->height - 25, 4, -TORPSPEED*1.15);
1206 new_torp(plx, WINHEIGHT - playerShip->height - 35, -6, -TORPSPEED*1.15);
1207 new_torp(plx, WINHEIGHT - playerShip->height - 35, 6, -TORPSPEED*1.15);
1212 new_torp(plx, WINHEIGHT - playerShip->height - 50, 8, -TORPSPEED*1.15);
[all …]
H A Ddefs.h20 #define TORPSPEED 12 macro