瀏覽代碼

Fixed loot string.

DjWarmonger 16 年之前
父節點
當前提交
af1f53cd65
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/CGameState.cpp

+ 2 - 2
lib/CGameState.cpp

@@ -265,8 +265,8 @@ DLL_EXPORT std::string MetaString::buildList () const
 	{
 		if (i > 0 && message[i] == TEXACT_STRING || message[i] == TLOCAL_STRING)
 		{
-			if (i == message.size() - 1)
-				lista += " and ";
+			if (exSt == exactStrings.size() - 1)
+				lista += VLC->generaltexth->allTexts[141]; //" and "
 			else
 				lista += ", ";
 		}