| 1294 | short position[5]; |
| 1295 | |
| 1296 | xmap() : world(NULL), ssize(0), cubicsize(0), numundo(0) { *nick = *name = *mcfname = '\0'; } |
| 1297 | |
| 1298 | xmap(const char *nnick) // take the current map and store it in an xmap |
| 1299 | { |
nothing calls this directly
no test coverage detected