mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Double quotation in artifacts events and bumped save format version.
This commit is contained in:
@@ -383,6 +383,7 @@ void CGeneralTextHandler::load()
|
||||
loadToIt(tmp, strin, itr, 2);
|
||||
// boost::algorithm::trim(tmp);
|
||||
trimQuotation(tmp);
|
||||
boost::algorithm::replace_all(temp,"\"\"","\"");
|
||||
artifEvents.push_back(tmp);
|
||||
}
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <boost/mpl/identity.hpp>
|
||||
|
||||
#include <boost/type_traits/is_array.hpp>
|
||||
const ui32 version = 706;
|
||||
const ui32 version = 707;
|
||||
class CConnection;
|
||||
namespace mpl = boost::mpl;
|
||||
|
||||
|
Reference in New Issue
Block a user