Fix typos (closes #109)

This commit is contained in:
Jáchym Toušek
2018-03-24 14:13:40 +01:00
parent e9eeee00bd
commit 925404034c
3 changed files with 4 additions and 4 deletions

View File

@@ -2079,7 +2079,7 @@ void main()
// この地形の有利はゾンビがひとりの時だけだ。包囲されるとまずい!!¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " この地形の有利はゾンビがひとりの時だけだ。包囲されるとまずい!!!",
NULL, "My position was only advantageous was when there was one zombie. Being surrounded was not as good!!!", Line_Normal);
NULL, "My position was only advantageous when there was one zombie. Being surrounded was not as good!!!", Line_Normal);
ClearMessage();
DisableWindow();