Sort the current gel list, ordering its y,x coordinates.
Source position: agraphics.pas line 2395
procedure SortGList( |
rp: pRastPort |
); |
rp |
|
A pointer to the RastPort structure containing the GelsInfo |
Sorts the current gel list according to the gels' y,x coordinates. This sorting is essential before calls to DrawGList() or DoCollision().
|
initialize a gel list; must be called before using gels. |
|
|
Test every gel in gel list for collisions. |
|
|
Process the gel list, queueing VSprites, drawing Bobs. |