mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[General] Use slightly larger maximum imageData size in WorldMap packets
This commit is contained in:
parent
5bb2ba1e9e
commit
d53bd05424
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
namespace mwmp
|
namespace mwmp
|
||||||
{
|
{
|
||||||
static const int maxImageDataSize = 1400;
|
static const int maxImageDataSize = 1800;
|
||||||
|
|
||||||
struct MapTile
|
struct MapTile
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user