]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/stre.c
Remove a bunch of redundant casts.
[empserver] / src / lib / commands / stre.c
index 919d1f0c7d4be2c936c5a99e70407d9366882a51..39f436a7b470455fa53809afd5784a2b3439dae5 100644 (file)
@@ -126,7 +126,7 @@ units_in_sector(struct combat *def)
     struct lndstr land;
 
     snxtitem_xy(&ni, EF_LAND, def->x, def->y);
-    while (nxtitem(&ni, (s_char *)&land)) {
+    while (nxtitem(&ni, &land)) {
        if (land.lnd_own == 0)
            continue;
        if (land.lnd_own != def->own)