X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fserver%2Fhardcoded_strings.c;h=d3560f65fa1b3d81d90eab44cff28c6adfe8bfbf;hb=632b6d3e471fcdebbbf0d753a9ae3080b432e626;hp=82f7a3ebf462dde84a1d96e02ac8f8099f763925;hpb=c8841380b53dbd999061a8de399e71d5d8272fb0;p=plomrogue diff --git a/src/server/hardcoded_strings.c b/src/server/hardcoded_strings.c index 82f7a3e..d3560f6 100644 --- a/src/server/hardcoded_strings.c +++ b/src/server/hardcoded_strings.c @@ -1,10 +1,15 @@ -/* hardcoded_strings.c */ +/* hardcoded_strings.c * + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. + */ #include "hardcoded_strings.h" -char * s[40]; +char * s[41]; @@ -37,6 +42,7 @@ extern void init_strings() s[S_CMD_T_HP] = "T_LIFEPOINTS"; s[S_CMD_T_CARRIES] = "T_CARRIES"; s[S_CMD_T_MEMMAP] = "T_MEMMAP"; + s[S_CMD_T_MEMTHING] = "T_MEMTHING"; s[S_CMD_AI] = "ai"; s[S_CMD_WAIT] = "wait"; s[S_CMD_MOVE] = "move";