Remove printf

This commit is contained in:
Miloslav Číž 2019-12-29 00:01:17 +01:00
parent 0bf312da11
commit 50abcbc49f
1 changed files with 0 additions and 2 deletions

2
main.c
View File

@ -1533,8 +1533,6 @@ void SFG_playerChangeHealth(int8_t healthAdd)
void SFG_createExplosion(RCL_Unit x, RCL_Unit y, RCL_Unit z)
{
printf("%d %d %d\n",x,y,z);
SFG_ProjectileRecord explostion;
explostion.type = SFG_PROJECTILE_EXPLOSION;