| 402 | } |
| 403 | |
| 404 | servermap *getservermap(const char *mapname) // check, if the server knows a map (by filename) |
| 405 | { |
| 406 | servermap *k = new servermap(mapname,""), **res = servermaps.search(&k, servermapsortname); |
| 407 | return res ? *res : NULL; |
| 408 | } |
| 409 | |
| 410 | bool valid_client(int cn) |
| 411 | { |