From 3a89108a55b6ee45550ed8b5e01434b51c2f6995 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 29 Jan 2005 19:45:14 +0000 Subject: (svn r1722) -Feature: Bigger maps - anyone? --- settings.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.c') diff --git a/settings.c b/settings.c index 31af159fc..3d0d8f87f 100644 --- a/settings.c +++ b/settings.c @@ -909,6 +909,9 @@ const SettingDesc patch_settings[] = { {"ainew_active", SDT_BOOL, (void*)false, &_patches.ainew_active, NULL}, + {"map_x", SDT_UINT32, (void*)8, &_patches.map_x, NULL}, + {"map_y", SDT_UINT32, (void*)8, &_patches.map_y, NULL}, + {NULL, 0, NULL, NULL, NULL} }; -- cgit v1.2.3-54-g00ecf