fixed error with the prediction events

This commit is contained in:
Magnus Auvinen 2007-12-19 20:19:51 +00:00
parent 4b868fb029
commit 47dc63e1dd

View file

@ -553,6 +553,7 @@ static const char *client_load_map(const char *mapname, int wanted_crc)
return errormsg;
}
recived_snapshots = 0;
map_set(df);
return NULL;
}