ttd.c
changeset 1243 cb9e17e38c00
parent 1233 3c020872c8b9
child 1246 eb66ff34348f
equal deleted inserted replaced
1242:1ca216c50426 1243:cb9e17e38c00
   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>)