Files
Cockatrice/cockatrice
Matt Lowe 28aed657b3 Fixed 5+ hour issue for new games
The problem was converting a negative int to an unsigned int. This was
resulting in a value of: (2^32) - n. Meaning that the room age was
extreamly old. After 48s the delay from the server will catch up and the
time diff will be 0 rather than negative, which is why after 48s the
room will change from 5+ hours to <1 min.
2015-02-19 12:45:33 +01:00
..
2015-02-12 14:39:44 +01:00
2015-02-19 12:45:33 +01:00
2011-07-16 11:38:57 +02:00
2015-02-03 23:35:18 +01:00