]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/hard.c
Remove a bunch of redundant casts.
[empserver] / src / lib / commands / hard.c
index ff0577a26f5821f74ba85dcdab2f10495672100b..367f8a9a65caa1507cd0ba193eba1fe4840b05e0 100644 (file)
@@ -71,7 +71,7 @@ hard(void)
        return RET_SYN;
     natp = getnatp(player->cnum);
     cash = natp->nat_money;
-    while (nxtitem(&ni, (s_char *)&pln)) {
+    while (nxtitem(&ni, &pln)) {
        if (!player->owner)
            continue;
        pcp = &plchr[(int)pln.pln_type];