From d53bd054248e1734bbf3d76e27a6d65fde24c166 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sat, 23 Jun 2018 14:37:47 +0300 Subject: [PATCH] [General] Use slightly larger maximum imageData size in WorldMap packets --- components/openmw-mp/Base/BaseWorldstate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/openmw-mp/Base/BaseWorldstate.hpp b/components/openmw-mp/Base/BaseWorldstate.hpp index 0d2d3adcb..12839fbc2 100644 --- a/components/openmw-mp/Base/BaseWorldstate.hpp +++ b/components/openmw-mp/Base/BaseWorldstate.hpp @@ -9,7 +9,7 @@ namespace mwmp { - static const int maxImageDataSize = 1400; + static const int maxImageDataSize = 1800; struct MapTile {