File diff r21405:f2833213c8e9 → r21406:a92ce8024212
src/game/game_text.cpp
Show inline comments
 
@@ -379,7 +379,7 @@ void ReconsiderGameScriptLanguage()
 
	if (_current_data == NULL) return;
 

	
 
	char temp[MAX_PATH];
 
	strecpy(temp, _current_language->file, temp + sizeof(temp));
 
	strecpy(temp, _current_language->file, lastof(temp));
 

	
 
	/* Remove the extension */
 
	char *l = strrchr(temp, '.');