Some cleanup.

This commit is contained in:
onpon4 2015-04-26 22:38:45 -04:00
parent bca1c618f0
commit 425d3a385b
2 changed files with 0 additions and 8 deletions

View File

@ -177,10 +177,3 @@ object *bullet_getTarget(object *bullet)
return &aliens[i];
}
void bullet_checkMineCollisions(object *bullet)
{
}

View File

@ -22,6 +22,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
void bullet_add(object *theWeapon, object *attacker, int y, int dy);
object *bullet_getTarget(object *bullet);
void bullet_checkMineCollisions(object *bullet);
#endif