| 103 | #endif |
| 104 | |
| 105 | servermap(const char *mname, const char *mpath) { memset(&fname, 0, sizeof(struct servermap)); fname = newstring(mname); fpath = mpath; } |
| 106 | ~servermap() { delstring(fname); DELETEA(cgzraw); DELETEA(cfgrawgz); DELETEA(enttypes); DELETEA(entpos_x); DELETEA(entpos_y); DELETEA(layoutgz); DELETEA(hx_modeinfo); DELETEA(hx_mapartist); } |
| 107 | |
| 108 | bool isro() { return fpath == servermappath_off || fpath == servermappath_serv; } |
nothing calls this directly
no test coverage detected