Possible error in documentation.
Posted: Thu Oct 15, 2015 4:25 am
Looking over a part of the doc, i see a statement that does not relate to what the function does. Highlighted in bold.
If its not an error, sorry.
"
Function Documentation
void SPR_clear ( )
Test if specified sprites are in collision.
Parameters:
sprite1 first sprite.
sprite2 second sprite.
Returns:
TRUE if sprite1 and sprite2 are in collision, FALSE otherwise.
Clear all displayed sprites.
This actually clear the list cache and send it to the hardware (VDP) at Vint.
"
If its not an error, sorry.

"
Function Documentation
void SPR_clear ( )
Test if specified sprites are in collision.
Parameters:
sprite1 first sprite.
sprite2 second sprite.
Returns:
TRUE if sprite1 and sprite2 are in collision, FALSE otherwise.
Clear all displayed sprites.
This actually clear the list cache and send it to the hardware (VDP) at Vint.
"