home · contact · privacy
Server: Merge duplicate string literals of "sprintf()".
[plomrogue] / src / server / hardcoded_strings.h
index e017d7c33c7be5afd510b366681fcf9c295731fb..a14e85ff38f69a42377985d9bd70483c0ee6fc81 100644 (file)
@@ -35,12 +35,13 @@ enum string_num
     S_CMD_MOVE,
     S_CMD_PICKUP,
     S_CMD_DROP,
-    S_CMD_USE
+    S_CMD_USE,
+    S_FCN_SPRINTF
 };
 
 extern void init_strings();
 
-extern char * s[26];
+extern char * s[27];