Subversion Repositories QTron

Compare Revisions

Ignore whitespace Rev 43 → Rev 42

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