shithub: cstory

Download patch

ref: d1c7cd53df828fb9993712791d59e5f54a72353b
parent: 19166f80d0a7fff5fb4b43b66217aa24d4eb2ada
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Jun 23 18:55:01 EDT 2019

Added a translation for a Japanese variable

--- a/src/Shoot.cpp
+++ b/src/Shoot.cpp
@@ -1041,7 +1041,7 @@
 		--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;