~armagetronad-sty-0.3/armagetronad/armagetronad-v2sty

« back to all changes in this revision

Viewing changes to src/network/nAuthentication.cpp

  • Committer: Kyle
  • Date: 2009-09-21 23:12:43 UTC
  • mfrom: (861.4.46)
  • Revision ID: racingmasterweb@gmail.com-20090921231243-nogk5sl8tpdx13ox
merging with mainline r936

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
        // finish all pending tasks
294
294
        while( pendingForBreak_.size() > 0 )
295
295
        {
 
296
            // sync the network so built up auth requests don't cause connection drops so quickly
 
297
            sn_Receive();
 
298
            nNetObject::SyncAll();
 
299
            tAdvanceFrame();
 
300
            sn_SendPlanned();
 
301
 
296
302
            nMemberFunctionRunnerTemplate & next = pendingForBreak_.front();
297
303
            next.run();
298
304
            pendingForBreak_.pop_front();