forked from mirror/openmw-tes3mp
[General] Use slightly larger maximum imageData size in WorldMap packets
This commit is contained in:
parent
5bb2ba1e9e
commit
d53bd05424
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
static const int maxImageDataSize = 1400;
|
static const int maxImageDataSize = 1800;
|
||||||
|
|
||||||
struct MapTile
|
struct MapTile
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue