Add missing initializer for field w_what

This commit is contained in:
Pasi Kallinen
2024-02-12 12:57:50 +02:00
parent a8d3d4c8af
commit d511944dda

View File

@@ -30,7 +30,7 @@ const struct worn {
{ W_TOOL, &ublindf, "facewear" }, /* blindfold|towel|lenses */
{ W_BALL, &uball, "chained ball" },
{ W_CHAIN, &uchain, "attached chain" },
{ 0, 0 }
{ 0, 0, (char *) 0 }
};
/* This only allows for one blocking item per property */