Subversion Repositories QTron

Compare Revisions

Ignore whitespace Rev 42 → Rev 43

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