mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 21:33:51 +00:00
(svn r6827) -Fix r6824: removed warning
This commit is contained in:
parent
6b55f4cf07
commit
b1fb27dc2e
@ -2328,7 +2328,7 @@ static void MainWindowWndProc(Window *w, WindowEvent *e)
|
||||
#ifdef ENABLE_NETWORK
|
||||
case WKC_RETURN: case 'T': // smart chat; send to team if any, otherwise to all
|
||||
if (_networking) {
|
||||
const NetworkClientInfo *ci;
|
||||
const NetworkClientInfo *ci = NULL;
|
||||
const NetworkClientInfo *cio = NetworkFindClientInfoFromIndex(_network_own_client_index);
|
||||
bool has_team = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user