]> git.pond.sub.org Git - empserver/blobdiff - include/plane.h
config: Enlarge configuration tables that have variable size
[empserver] / include / plane.h
index 019fb95b3ebe145048c343bf913cb8c96932ce68..90847895ad74b5a406738094abb8934330b06399 100644 (file)
@@ -134,7 +134,7 @@ struct plist {
 #define putplane(n, p) ef_write(EF_PLANE, (n), (p))
 #define getplanep(n) ((struct plnstr *)ef_ptr(EF_PLANE, (n)))
 
-#define PLCHR_SZ 48
+#define PLCHR_SZ 128
 extern struct plchrstr plchr[PLCHR_SZ];
 
 struct shiplist {