From 18f3ff50965380e65c0cd7d0e0a9d9d77b539936 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 3 Jul 2019 18:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/constant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 3bcbb8f..0b3d239 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -184,8 +184,8 @@ const int GUN_SLOT2 = 2; const int FRAG_SLOT = 3; const int SMOKE_SLOT = 4; -const int MAP_HEIGHT = 8192; -const int MAP_WIDTH = 8192; +const int MAP_HEIGHT = 1536; +const int MAP_WIDTH = 1536; const int MAP_CELL_WIDTH = 64 * 8; const int MAP_GRID_WIDTH = 64;