X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=src%2Fserver%2Fhardcoded_strings.h;h=15d79bd5d5b8f08ad32e6023340e522126b4cddf;hp=d11082779a4bb3a8b6029753e69f8859ef282891;hb=bf396f111317663bba3950e57968af19f2f56a44;hpb=eda9c448812827e36b71fa1c3eb76d0fb906b57d diff --git a/src/server/hardcoded_strings.h b/src/server/hardcoded_strings.h index d110827..15d79bd 100644 --- a/src/server/hardcoded_strings.h +++ b/src/server/hardcoded_strings.h @@ -42,6 +42,7 @@ enum string_num S_CMD_T_HP, S_CMD_T_CARRIES, S_CMD_T_MEMMAP, + S_CMD_T_MEMDEPTHMAP, S_CMD_T_MEMTHING, S_CMD_AI, S_CMD_WAIT, @@ -60,7 +61,7 @@ enum string_num extern void init_strings(); -extern char * s[42]; +extern char * s[43];