}
public void actionPerformed(FunctionActionEvent e) {
try {
Game game = Game.getGame();
MapGenerator mg = new MapGenerator(game.getRegistry());
Game.setMapData(mg.generate());
civQuest.getGlobalFunctionComponent().scenarioDataChanged(game);
civQuest.repaint();
} catch (RulesetException ex) {
CivQuest.showErrorQuitDialog("There is a problem related to ruleset-loading:", ex);