]> git.pond.sub.org Git - empserver/blobdiff - include/com.h
info/Empire4.4: Improve a few change log entries
[empserver] / include / com.h
index d1a9bf2ee37f66c7f22b4791d35fcbf4515d4693..724b3cb3f7e51bb89ba29f2ac33677bb039b47ac 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, 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
@@ -35,7 +35,7 @@
 
 struct cmndstr {
     char *c_form;              /* prototype of command */
-    int c_cost;                        /* btu cost of command */
+    int c_cost;                        /* BTU cost of command */
     int (*c_addr)(void);       /* core addr of appropriate routine */
     int c_flags;               /* command flags */
     int c_permit;              /* command capabilities required */