From 9b0c4dc594836eb567d0f355d07b801e46c90771 Mon Sep 17 00:00:00 2001 From: Jonathan Trottier Date: Mon, 30 Oct 2023 14:58:17 -0400 Subject: [PATCH] modif des degats --- SQCSim-common/bullet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQCSim-common/bullet.cpp b/SQCSim-common/bullet.cpp index b4ccd09..d59d635 100644 --- a/SQCSim-common/bullet.cpp +++ b/SQCSim-common/bullet.cpp @@ -9,7 +9,7 @@ Bullet::~Bullet() {} bool Bullet::Update(World* world, float elapsedtime, int perframe, std::map mapPlayer) { int max = 100 / perframe; - float damage = 0.57f; + float damage = 0.057f; for (int x = 0; x < max; ++x) { m_currentpos += m_velocity * elapsedtime;