From 77ac6e51d535dd4edf1134280438a0f95edb9cd6 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 30 Nov 2025 14:25:10 +0000 Subject: [PATCH] Remove stray "static" This is a globally-visible function, so it shouldn't be marked as static. --- src/u_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_init.c b/src/u_init.c index e0c7cdca3..2270169ce 100644 --- a/src/u_init.c +++ b/src/u_init.c @@ -1367,7 +1367,7 @@ ini_inv(const struct trobj *trop) this function can be run multiple times and will overwrite the effects of previous runs */ -staticfn void +void u_init_inventory_attrs(void) { gl.lastinvnr = 51;