- fix multiplayer map

This commit is contained in:
Ilya Shurumov 2021-05-31 14:42:03 +06:00 committed by InspirationByte
parent 1a8bd75534
commit 839e4ec26f

View File

@ -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;