* Terminates a block of sprites started by #StartSpriteCombine. * Take a look there for details. */
| 772 | * Take a look there for details. |
| 773 | */ |
| 774 | void EndSpriteCombine() |
| 775 | { |
| 776 | assert(_vd.combine_sprites != SPRITE_COMBINE_NONE); |
| 777 | _vd.combine_sprites = SPRITE_COMBINE_NONE; |
| 778 | } |
| 779 | |
| 780 | /** |
| 781 | * Check if the parameter "check" is inside the interval between |
no outgoing calls
no test coverage detected