Don't translate Pandoran messages.

This commit is contained in:
Steve 2018-12-08 19:12:17 +00:00
parent 3d4d9fcf14
commit cc75a8d144
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ static void executeNextLine(ScriptRunner *runner)
else if (strcmp(command, "PANDORAN_MSG_BOX") == 0)
{
sscanf(line, "%*s %255[^;]%*c%255[^\n]", strParam[0], strParam[1]);
addMessageBox(strParam[0], _(strParam[1]), MB_PANDORAN);
addMessageBox(strParam[0], strParam[1], MB_PANDORAN);
}
else if (strcmp(command, "WAIT") == 0)
{