| 322 | } |
| 323 | |
| 324 | void Sprite_Actor::SetNormalAttacking(bool nnormal_attacking) { |
| 325 | normal_attacking = nnormal_attacking; |
| 326 | } |
| 327 | |
| 328 | void Sprite_Actor::SetAfterimageAmount(unsigned amount) { |
| 329 | images.resize(1 + amount); |
no outgoing calls
no test coverage detected