home · contact · privacy
Server: Add inanimate things to map memory, integrate into AI searches.
[plomrogue] / src / server / hardcoded_strings.h
index ebfa0799528dc2dad2767afad7bf178e8bf1b4f3..7ee0ec9ac598e5b888a3aca0918adc92872137de 100644 (file)
@@ -37,6 +37,7 @@ enum string_num
     S_CMD_T_HP,
     S_CMD_T_CARRIES,
     S_CMD_T_MEMMAP,
+    S_CMD_T_MEMTHING,
     S_CMD_AI,
     S_CMD_WAIT,
     S_CMD_MOVE,
@@ -54,7 +55,7 @@ enum string_num
 
 extern void init_strings();
 
-extern char * s[40];
+extern char * s[41];