Moves our visuals
| 2179 | |
| 2180 | // Moves our visuals |
| 2181 | void VisEffectMoveAll() { |
| 2182 | int i; |
| 2183 | |
| 2184 | for (i = 0; i <= Highest_vis_effect_index; i++) { |
| 2185 | if (VisEffects[i].type != VIS_NONE) |
| 2186 | VisEffectMoveOne(&VisEffects[i]); |
| 2187 | } |
| 2188 | } |
| 2189 | |
| 2190 | /* |
| 2191 | // Attaches viseffects that move with an object |
no test coverage detected