Hey guys,
I need help on how to remove drawn entities. As of now I tried using the following:
1) Surf_Entity = NULL;
This just makes the entity vanish and never return (I made a projectile which you can shoot, but once I trigger the "Surf_Entity = NULL", it removes the entity but it never draws it again if I shoot again).
But what also occurs trying to do it through this way is that when the Projectile is going any direction (using the MoveLeft, MoveRight, etc from your tutorial) it keeps on going even if "Surf_Entity = NULL" is called. The entity only disappears when I move an entity (For examply when I move my player or an NPC moves).
Any Idea how to make it disappear correctly, so I can redraw it again?

