>>976を代弁してみた。

// 自機の弾は移動する方向を持つ
int ShotMoveX[???];
int ShotMoveY[???];

// 弾iを移動させる
ShotX[i] += ShotMoveX[i];
ShotY[i] += ShotMoveY[i];