(C) 1998 AROS - The Amiga Research OS


NAME

void RemVSprite (vs)

LOCATION
In GfxBase at offset 23

SYNOPSIS
struct VSprite * vs

FUNCTION
The VSprite is unlinked from the gel list.

INPUTS
vs = pointer to VSprite to be removed from the gel list

RESULT

EXAMPLE

SEE ALSO
InitGels() RemIBob() graphics/gels.h

NOTES

BUGS

INTERNALS
I don't know whether it is correct to take the VSprite out of the ClearPath and DrawPath, but it is implemented that way.

HISTORY