home · contact · privacy
Add auto-mapping / map memory.
[plomrogue] / src / server / hardcoded_strings.h
index 27832904de51852b22985e95a6b8576016873804..3c8dd8161d96c742974d186e3bd5a4dfbf05a06c 100644 (file)
@@ -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];