]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/server/voxelctx.c
You can now see other players
[dragonblocks_alpha.git] / src / server / voxelctx.c
index bea87fd76e932ace14fda44e4ac6daeb317e617b..7148102130a319ececc0007c0050aa1f660444c9 100644 (file)
@@ -46,7 +46,7 @@ Voxelctx *voxelctx_create(List *changed_chunks, TerrainGenStage tgs, v3s32 pos)
 
 void voxelctx_delete(Voxelctx *ctx)
 {
-       list_clr(&ctx->statestack, (void *) &free, NULL, NULL);
+       list_clr(&ctx->statestack, &free, NULL, NULL);
        free(ctx);
 }