home · contact · privacy
Server/py: Remove superfluous line.
[plomrogue] / src / server / hardcoded_strings.h
index d11082779a4bb3a8b6029753e69f8859ef282891..4725bc2cf24ef97556a713e3acf3ac47a5cddbe4 100644 (file)
@@ -40,8 +40,10 @@ enum string_num
     S_CMD_T_ARGUMENT,
     S_CMD_T_PROGRESS,
     S_CMD_T_HP,
+    S_CMD_T_SATIATION,
     S_CMD_T_CARRIES,
     S_CMD_T_MEMMAP,
+    S_CMD_T_MEMDEPTHMAP,
     S_CMD_T_MEMTHING,
     S_CMD_AI,
     S_CMD_WAIT,
@@ -60,7 +62,7 @@ enum string_num
 
 extern void init_strings();
 
-extern char * s[42];
+extern char * s[44];