]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/plane.c
Update copyright notice
[empserver] / src / lib / global / plane.c
index 915c602bd01c10192105195f9a5f1241223062e9..a384acaf8c24ee0d71c560c40f2d75a74591753b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
 
 #include <config.h>
 
-#include "misc.h"
 #include "plane.h"
 
 /*
  * Table of plane types
  * Initialized on startup from plane.config and deity custom config (if any).
+ * Terminated by a sentinel with null pl_name.
  */
-struct plchrstr plchr[];
+struct plchrstr plchr[PLN_TYPE_MAX + 2];