From 839e4ec26f02784914b3c4159e35384808f68979 Mon Sep 17 00:00:00 2001 From: Ilya Shurumov Date: Mon, 31 May 2021 14:42:03 +0600 Subject: [PATCH] - fix multiplayer map --- src_rebuild/Game/C/overmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_rebuild/Game/C/overmap.c b/src_rebuild/Game/C/overmap.c index 4f234d07..e5e65304 100644 --- a/src_rebuild/Game/C/overmap.c +++ b/src_rebuild/Game/C/overmap.c @@ -870,7 +870,7 @@ void InitMultiplayerMap(void) { Loadfile(filename, MapBitMaps); - rect.x = MapRect.x + MapSegmentPos[0].x; + rect.x = MapRect.x + MapSegmentPos[0].x / 4; rect.y = MapRect.y + MapSegmentPos[0].y; rect.w = 16; rect.h = 64;