]> git.pond.sub.org Git - empserver/blobdiff - include/plane.h
client: Unbreak standalone build
[empserver] / include / plane.h
index 019fb95b3ebe145048c343bf913cb8c96932ce68..35a807b1b02e689fc1f89f0e2bf6f3c90ed2c859 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -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 {