(svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "network.h"
|
||||
#include "thread.h"
|
||||
#include "date.h"
|
||||
#include "newgrf_config.h"
|
||||
|
||||
enum {
|
||||
START_DATE_QUERY,
|
||||
@@ -164,6 +165,7 @@ static void StartGeneratingLandscape(glwp_modes mode)
|
||||
UpdatePatches();
|
||||
_opt_ptr = &_opt;
|
||||
*_opt_ptr = _opt_newgame;
|
||||
ResetGRFConfig(true);
|
||||
|
||||
SndPlayFx(SND_15_BEEP);
|
||||
switch (mode) {
|
||||
|
Reference in New Issue
Block a user