X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fserver%2Fhardcoded_strings.h;h=3c8dd8161d96c742974d186e3bd5a4dfbf05a06c;hb=c31d3a8d3f993a2cfcc8c5e438283e3a693d5b27;hp=27832904de51852b22985e95a6b8576016873804;hpb=adff1bfac0cebdccbc321e6704951c9fce2ab1e1;p=plomrogue diff --git a/src/server/hardcoded_strings.h b/src/server/hardcoded_strings.h index 2783290..3c8dd81 100644 --- a/src/server/hardcoded_strings.h +++ b/src/server/hardcoded_strings.h @@ -36,6 +36,7 @@ enum string_num S_CMD_T_PROGRESS, S_CMD_T_HP, S_CMD_T_CARRIES, + S_CMD_T_MEMMAP, S_CMD_WAIT, S_CMD_MOVE, S_CMD_PICKUP, @@ -52,7 +53,7 @@ enum string_num extern void init_strings(); -extern char * s[38]; +extern char * s[39];