| Old revision #pjhkz0ndn | New revision #pjnrgrd59 | ||
|---|---|---|---|
| 1 | /* Multiplayer buttons. */ | 1 | /* Multiplayer buttons. */ |
| 2 | if (!_networking) { | 2 | if (!_networking) { |
| 3 | if (_settings_client.gui.start_spectator || _local_company == COMPANY_SPECTATOR) { | 3 | if (_settings_client.gui.start_spectator || _local_company == COMPANY_SPECTATOR) { |
| 4 | if (_local_company == COMPANY_SPECTATOR) { | 4 | plane = CWP_MP_C_JOIN; |
| 5 | plane = CWP_MP_C_JOIN; | ||
| 6 | } else { | ||
| 7 | plane = (int)SZSP_NONE; | ||
| 8 | } | ||
| 9 | } else { | 5 | } else { |
| 10 | plane = (int)SZSP_NONE; | 6 | plane = (int)SZSP_NONE; |
| 11 | } | 7 | } |