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

« back to all changes in this revision

Viewing changes to src/engine/ePlayer.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:
9246
9246
 
9247
9247
eUncannyTimingDetector::eUncannyTimingSettings::~eUncannyTimingSettings()
9248
9248
{
9249
 
#ifdef DEBUG
 
9249
#ifdef DEBUG_X
9250
9250
#ifdef DEDICATED
9251
9251
    con << "Best ratio achieved for " << timescale*1000 << "ms stat: " << bestRatio << "\n";
9252
9252
#endif