shithub: cstory

Download patch

ref: a8cf5e1846bb20f283c1bd65e0b660394df782d7
parent: a9265e8b4553f3aaedf55192b89e2d09ea8d5037
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Oct 20 17:07:26 EDT 2019

Fix a typo in a comment

--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -833,7 +833,7 @@
 	// This breaks the Japanese text on English Windows installations.
 
 	// Also, the game uses DEFAULT_QUALITY instead of NONANTIALIASED_QUALITY,
-	// causing font antialiasing to blend with the colour-key, giving text ab
+	// causing font antialiasing to blend with the colour-key, giving text an
 	// ugly black outline.
 #ifdef FIX_BUGS
 	#define QUALITY NONANTIALIASED_QUALITY