| version 1.11 | | version 1.12 |
|---|
| | |
| /* | | /* |
| * static char *rcsid_xutil_c = | | * static char *rcsid_xutil_c = |
| * "$Id: xutil.c,v 1.11 2004/01/12 07:23:57 onefang Exp $"; | | * "$Id: xutil.c,v 1.12 2004/01/26 16:54:34 tchize Exp $"; |
| */ | | */ |
| /* | | /* |
| Crossfire client, a client program for the crossfire program. | | Crossfire client, a client program for the crossfire program. |
| | |
| | | |
| the_map.cells[x][y].cleared= 1; | | the_map.cells[x][y].cleared= 1; |
| the_map.cells[x][y].need_update= 1; | | the_map.cells[x][y].need_update= 1; |
| | | the_map.cells[x][y].keephead = 1;/*otherwise we will also mark the multipart as cleared*/ |
| } | | } |
| } /* for y */ | | } /* for y */ |
| } /* for x */ | | } /* for x */ |