(svn r4944) Codechange: make _patches_newgame available via settings.h and remove instances of extern Patches _patches_newgame in .c files

This commit is contained in:
rubidium
2006-05-22 09:59:09 +00:00
parent d9e968e759
commit a6fc0e521d
3 changed files with 4 additions and 2 deletions

View File

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