Remove stray "static"
This is a globally-visible function, so it shouldn't be marked as static.
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user