~ubuntu-branches/ubuntu/trusty/teeworlds/trusty-updates

« back to all changes in this revision

Viewing changes to src/tools/fake_server.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-05-05 09:49:34 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20130505094934-uidw42ov1t0jlvrz
Tags: 0.6.2+dfsg-1
* New upstream release.
  - Update patches.
* Pass $CPPFLAGS to the build system.
* Switch to my @debian.org email address.
* Bump Standards-Version to 3.9.4, no changes needed.
* Change Vcs host to anonscm.debian.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        int64 NextHeartBeat = 0;
114
114
        NETADDR BindAddr = {NETTYPE_IPV4, {0},0};
115
115
 
116
 
        if(!pNet->Open(BindAddr, 0, 0, 0))
 
116
        if(!pNet->Open(BindAddr, 0, 0, 0, 0))
117
117
                return 0;
118
118
 
119
119
        while(1)