mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 05:43:59 +02:00
- bugfix for game save and load (string buffer was too small for one item)
This commit is contained in:
@@ -29,7 +29,7 @@ namespace XERCES_CPP_NAMESPACE{
|
||||
|
||||
namespace Shared{ namespace Xml{
|
||||
|
||||
const int strSize= 4096;
|
||||
const int strSize= 8094;
|
||||
|
||||
class XmlIo;
|
||||
class XmlTree;
|
||||
|
Reference in New Issue
Block a user