diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-18 00:18:53 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-08-18 00:18:53 -0600 |
commit | f98e6d4ea4ee52b298a7d9a9731da4c020bb4dfe (patch) | |
tree | fdb76e94e4d00cbe2ab652a9f65d6afaad779552 /src/entities/soldato.c | |
parent | 87b86d92c27a6fb83d0d09365a36d8a98ba0b24b (diff) |
Some aim thingy
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; |