From 50abcbc49f6c7ebf6fe9d95daf2d1f5aa3136ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 29 Dec 2019 00:01:17 +0100 Subject: [PATCH] Remove printf --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 0977e6f..5b25dd3 100755 --- a/main.c +++ b/main.c @@ -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;