Loading

Paste #pjnrgrd59

  1.             /* Multiplayer buttons. */
  2.             if (!_networking) {
  3.                 if (_settings_client.gui.start_spectator || _local_company == COMPANY_SPECTATOR) {
  4.                     plane = CWP_MP_C_JOIN;
  5.                 } else {
  6.                     plane = (int)SZSP_NONE;
  7.                 }
  8.             } else {
  9.                 if (local) {
  10.                     plane = CWP_MP_C_PWD;
  11.                 } else {
  12.                     plane = CWP_MP_C_JOIN;
  13.                 }
  14.             }
  15. //          plane = ((!_networking) ? (_settings_client.gui.start_spectator || _local_company == COMPANY_SPECTATOR) ? (_local_company == COMPANY_SPECTATOR) ? CWP_MP_C_JOIN : (int)SZSP_NONE : (int)SZSP_NONE : (int)(local ? CWP_MP_C_PWD : CWP_MP_C_JOIN));

Version history

Revision # Author Created at
pjhkz0ndn Anonymous 02 Feb 2019, 00:03:07 UTC Diff

Comments