~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tron/gCycle.cpp

  • Committer: Voodoo
  • Date: 2011-07-28 18:46:18 UTC
  • mfrom: (563.24.161 merge)
  • Revision ID: voodoo-20110728184618-0djbrm75ftd07c4v
merge -r 1285..1297 lp:armagetronad/0.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
5571
5571
    if ( correctPosSmooth.NormSquared() > .1f )
5572
5572
    {
5573
5573
        std::cout << "Lag slide! " << correctPosSmooth << "\n";
5574
 
        resimulate_ = true;
 
5574
//        resimulate_ = true;
5575
5575
    }
5576
5576
#endif
5577
5577