shithub: cstory

Download patch

ref: 2f15c23277664ad36c893162d6b3b180914a1249
parent: 846d34eaf1b622a415c5b4dc09081e8d4c531f63
author: Gabriel Ravier <gabravier@gmail.com>
date: Wed May 8 05:37:06 EDT 2019

Add note to comment and correct other comment

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/MapName.cpp
+++ b/src/MapName.cpp
@@ -14,7 +14,7 @@
 {
 	int a;
 
-	//Handle "Studio Pixel presents" text in the intro
+	//Handle "Studio Pixel presents" text in the intro, using an obfuscated string
 	unsigned char presentText[24] =
 	{
 #ifdef JAPANESE
@@ -93,7 +93,7 @@
 
 void PutMapName(BOOL bMini)
 {
-	// 'unused_rect' isn't the original name. The Linux port optimised this out, so there's no name for it.
+	// 'unused_rect' isn't the original name. The Linux port optimized this out, so there's no name for it.
 	RECT unused_rect = {0, 0, 160, 16};
 
 	if (bMini)