home · contact · privacy
Server: Decouple update_map_memory() and build_fov_map(), thus fix bugs.
[plomrogue] / src / server / hardcoded_strings.h
index 7ee0ec9ac598e5b888a3aca0918adc92872137de..d11082779a4bb3a8b6029753e69f8859ef282891 100644 (file)
@@ -1,4 +1,8 @@
 /* hardcoded_strings.h
+ *
+ * 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.
  *
  * For re-used hardcoded strings.
  */
@@ -27,6 +31,7 @@ enum string_num
     S_CMD_TT_SYMB,
     S_CMD_TT_NAME,
     S_CMD_TT_CORPS,
+    S_CMD_TT_PROL,
     S_CMD_T_ID,
     S_CMD_T_TYPE,
     S_CMD_T_POSY,
@@ -55,7 +60,7 @@ enum string_num
 
 extern void init_strings();
 
-extern char * s[41];
+extern char * s[42];