X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fserver%2Fhardcoded_strings.h;fp=src%2Fserver%2Fhardcoded_strings.h;h=a14e85ff38f69a42377985d9bd70483c0ee6fc81;hb=02faa5bf7e77b6bbf111819164f9a15e3792215a;hp=e017d7c33c7be5afd510b366681fcf9c295731fb;hpb=47139e34d3e817a5bfac9c45ef2681e95c4cc481;p=plomrogue diff --git a/src/server/hardcoded_strings.h b/src/server/hardcoded_strings.h index e017d7c..a14e85f 100644 --- a/src/server/hardcoded_strings.h +++ b/src/server/hardcoded_strings.h @@ -35,12 +35,13 @@ enum string_num S_CMD_MOVE, S_CMD_PICKUP, S_CMD_DROP, - S_CMD_USE + S_CMD_USE, + S_FCN_SPRINTF }; extern void init_strings(); -extern char * s[26]; +extern char * s[27];