home · contact · privacy
Remove redundant uses of NULL.
[plomrogue] / src / server / hardcoded_strings.c
index 4e801cfb3476646fd6125a948697e39b0e669dda..64bcc59b1acf44a8c99fff7e16337f608ad07051 100644 (file)
@@ -4,7 +4,7 @@
 
 
 
-char * s[39];
+char * s[41];
 
 
 
@@ -37,6 +37,8 @@ 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";
     s[S_CMD_PICKUP] = "pick_up";