From f98e6d4ea4ee52b298a7d9a9731da4c020bb4dfe Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 18 Aug 2023 00:18:53 -0600 Subject: Some aim thingy --- src/entities/soldato.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/soldato.c') 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; -- cgit v1.2.3