summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-05-22 09:59:09 +0000
committerrubidium <rubidium@openttd.org>2006-05-22 09:59:09 +0000
commit928fbe34f21d91052f3446df9d7e9773bdf32d47 (patch)
treeb788c7edb4172ca828ca014a8c90ff94c47974a9 /settings_gui.c
parent58458812a46ba4beec0aca3875d640c26c152eb5 (diff)
downloadopenttd-928fbe34f21d91052f3446df9d7e9773bdf32d47.tar.xz
(svn r4944) Codechange: make _patches_newgame available via settings.h and remove instances of extern Patches _patches_newgame in .c files
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 47f0b37c5..0e018ed14 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -675,7 +675,6 @@ static void PatchesSelectionWndProc(Window *w, WindowEvent *e)
switch (e->event) {
case WE_CREATE: {
- extern Patches _patches_newgame;
static bool first_time = true;
patches_ptr = (_game_mode == GM_MENU) ? &_patches_newgame : &_patches;