~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/network/network_gui.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2010-07-01 08:14:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100701081402-98jmva0t3sqywxmi
Tags: 1.0.2-1
* [00c4efe] New upstream release 1.0.2.
* [c7b38fd] Break older openttd versions instead of Conflicting with
  them.
* [36bd61f] Bump standards version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: network_gui.cpp 19624 2010-04-13 21:40:24Z rubidium $ */
 
1
/* $Id: network_gui.cpp 19858 2010-05-18 21:49:59Z rubidium $ */
2
2
 
3
3
/*
4
4
 * This file is part of OpenTTD.
1786
1786
 
1787
1787
        if (ci == NULL) return;
1788
1788
 
1789
 
        NetworkServerBanIP(GetClientIP(ci));
 
1789
        NetworkServerKickOrBanIP(GetClientIP(ci), true);
1790
1790
}
1791
1791
 
1792
1792
static void ClientList_GiveMoney(byte client_no)