diff options
Diffstat (limited to 'src/entities/soldato.c')
-rw-r--r-- | src/entities/soldato.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/soldato.c b/src/entities/soldato.c index 46a0e23..2122a5a 100644 --- a/src/entities/soldato.c +++ b/src/entities/soldato.c @@ -108,7 +108,7 @@ void updateSoldatoGuns(Game * game, Entity * entity) { double t = GetTime(); Entity * player = getEntityFromWorld(game->world, 0); Soldato * data = (Soldato*)entity->data; - + // Needs more time. if (t - data->timeSinceLastShot < SOLDATO_COOLDOWN) return; |