From 62207efbd9ddfde39cc32041c5d86a04dfec7938 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 18 Oct 2009 23:18:06 +1300 Subject: [PATCH] comment already sucked\! --- OpenRa.Game/Bullet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRa.Game/Bullet.cs b/OpenRa.Game/Bullet.cs index 6a9b90f61e..5f8d2cfaa5 100644 --- a/OpenRa.Game/Bullet.cs +++ b/OpenRa.Game/Bullet.cs @@ -21,7 +21,7 @@ namespace OpenRa.Game int t = 0; Animation anim; - const int BaseBulletSpeed = 100; /* pixels / ms */ + const int BaseBulletSpeed = 100; /* pixels / 40ms frame */ /* src, dest are *pixel* coords */ public Bullet(string weapon, Player owner, Actor firedBy,