diff options
| -rw-r--r-- | sky/text.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/text.cpp b/sky/text.cpp index fc8cb169b3..9c6fc68da3 100644 --- a/sky/text.cpp +++ b/sky/text.cpp @@ -404,8 +404,8 @@ displayText_t Text::displayText(char *textPtr, uint8 *dest, bool centre, uint16  	// the correct string "MANIFESTACION - ARTISTICA.", which doesn't break the algorithm/game.  	tmpPtr = strstr(textPtr, "MANIFESTACION-ARTISTICA.");  	if (tmpPtr) -		strcpy(tmpPtr, "MANIFESTACION - ARTISTICA."); -	 +		strcpy(tmpPtr, "MANIFESTACION ARTISTICA."); +		  	while (textChar >= 0x20) {  		if ((_curCharSet == 1) && (textChar >= 0x80))  			textChar = 0x20;  | 
