Remove stray "static"

This is a globally-visible function, so it shouldn't be marked as
static.
This commit is contained in:
Alex Smith
2025-11-30 14:25:10 +00:00
parent 656f58b099
commit 77ac6e51d5
+1 -1
View File
@@ -1367,7 +1367,7 @@ ini_inv(const struct trobj *trop)
this function can be run multiple times and will overwrite the effects of this function can be run multiple times and will overwrite the effects of
previous runs */ previous runs */
staticfn void void
u_init_inventory_attrs(void) u_init_inventory_attrs(void)
{ {
gl.lastinvnr = 51; gl.lastinvnr = 51;