Subversion Repositories QTron

Compare Revisions

Regard whitespace Rev 42 → Rev 43

/bike.cpp
179,6 → 179,7
hasHadGo = true;
 
time_t result = time(NULL);
if(hasHadGo)
cout << result << ": Recieved next move from " << name.toStdString().c_str() << endl;
}