--- deliantra/server/common/item.C 2009/11/05 15:43:21 1.62 +++ deliantra/server/common/item.C 2009/11/06 13:03:34 1.63 @@ -209,7 +209,7 @@ {ITEM_TRANSFORMER, "item_transformer", "item_transformers", 0, 0}, }; -const int item_types_size = sizeof (item_types) / sizeof (*item_types); +static const int item_types_size = sizeof (item_types) / sizeof (*item_types); materialtype_t *materialt; @@ -448,7 +448,7 @@ * call to get_number(). * It is currently only used by the query_name() function. */ -const char * +static const char * get_number (int i) { if (i <= 20) @@ -475,7 +475,7 @@ /* Aug 95 modified this slightly so that Skill tools don't have magic bonus * from stats.sp - b.t. */ -const char * +static const char * ring_desc (const object *op) { static dynbuf_text buf; buf.clear ();