between old servers which still have the bug with accuracy and new servers
which report accuracy properly.
The following keys are defined:
- V: format version (always 1) - this MUST be the first line!
+ V: format version (always a fixed number) - this MUST be the first line!
#: comment (MUST be ignored by any parser)
R: release information on the server
T: time at which the game ended
switch(status)
{
case URL_READY_CANWRITE:
- url_fputs(fh, "V 1\n");
+ url_fputs(fh, "V 2\n");
#ifdef WATERMARK
url_fputs(fh, sprintf("R %s\n", WATERMARK()));
#endif