summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-29 19:45:14 +0000
committertron <tron@openttd.org>2005-01-29 19:45:14 +0000
commit3a89108a55b6ee45550ed8b5e01434b51c2f6995 (patch)
tree911339d12234fdbe85e78c906881ba0d7989b09c /settings.c
parent752b3f0dd614217d68f361e2d0b2cc599a37c860 (diff)
downloadopenttd-3a89108a55b6ee45550ed8b5e01434b51c2f6995.tar.xz
(svn r1722) -Feature: Bigger maps - anyone?
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c3
1 files changed, 3 insertions, 0 deletions
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}
};