Enabled the --new-widgets MP create dialog again.
This commit is contained in:
parent
464978b530
commit
3cb506e173
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ Version 1.9.0-svn:
|
|||
* Defaulted log level to warning again
|
||||
* Removed the unused gui2 menu bar
|
||||
* Added a window register framework
|
||||
* Enabled the --new-widgets MP create dialog again
|
||||
|
||||
Version 1.8.0:
|
||||
* AI:
|
||||
|
|
|
@ -466,7 +466,7 @@ static void enter_connect_mode(game_display& disp, const config& game_config,
|
|||
|
||||
static void enter_create_mode(game_display& disp, const config& game_config, mp::chat& chat, config& gamelist, mp::controller default_controller, bool local_players_only)
|
||||
{
|
||||
if (0 && gui2::new_widgets) {
|
||||
if (gui2::new_widgets) {
|
||||
|
||||
gui2::tmp_create_game dlg(game_config);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue