ttd.c
changeset 1243 dda9f676e081
parent 1233 2ee427ec9014
child 1246 45f15251412b
equal deleted inserted replaced
1242:bd3e74f757b4 1243:dda9f676e081
   580 	_game_mode = GM_MENU;
   580 	_game_mode = GM_MENU;
   581 	_switch_mode = SM_MENU;
   581 	_switch_mode = SM_MENU;
   582 	_switch_mode_errorstr = INVALID_STRING_ID;
   582 	_switch_mode_errorstr = INVALID_STRING_ID;
   583 	_dedicated_forks = false;
   583 	_dedicated_forks = false;
   584 	_dedicated_enabled = false;
   584 	_dedicated_enabled = false;
   585 
       
   586 	_redirect_console_to_client = 0;
       
   587 
   585 
   588 	// The last param of the following function means this:
   586 	// The last param of the following function means this:
   589 	//   a letter means: it accepts that param (e.g.: -h)
   587 	//   a letter means: it accepts that param (e.g.: -h)
   590 	//   a ':' behind it means: it need a param (e.g.: -m<driver>)
   588 	//   a ':' behind it means: it need a param (e.g.: -m<driver>)
   591 	//   a '::' behind it means: it can optional have a param (e.g.: -d<debug>)
   589 	//   a '::' behind it means: it can optional have a param (e.g.: -d<debug>)