From d1c7cd53df828fb9993712791d59e5f54a72353b Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 23 Jun 2019 22:55:01 +0000 Subject: [PATCH] Added a translation for a Japanese variable --- src/Shoot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shoot.cpp b/src/Shoot.cpp index c2babebf..82d77df4 100644 --- a/src/Shoot.cpp +++ b/src/Shoot.cpp @@ -1041,7 +1041,7 @@ void ShootBullet() --empty; //Only let the player shoot every 4 frames - static int soft_rensha; + static int soft_rensha; // 'rensha' is Japanese for 'rapid-fire', apparently if (soft_rensha) --soft_rensha;