]> git.pond.sub.org Git - empserver/blobdiff - include/land.h
Spell BTU and ETU consistently
[empserver] / include / land.h
index 0cdd302846b83ae0589e339b05031b0b00fcdc79..2f378647f3c1260584c3ccb072eaea5b1bf315fb 100644 (file)
@@ -73,7 +73,7 @@ struct lndstr {
     unsigned char lnd_scar;    /* how experienced the unit is (not used) */
     short lnd_item[I_MAX+1];   /* amount of items on board */
     short lnd_pstage;          /* plague stage */
-    short lnd_ptime;           /* how many etus remain in this stage */
+    short lnd_ptime;           /* how many ETUs remain in this stage */
     int lnd_land;              /* uid of transporting land unit, or -1 */
     short lnd_access;          /* Last tick mob was updated (MOB_ACCESS) */
 };