]> git.pond.sub.org Git - empserver/blobdiff - include/lost.h
ship: Unbreak MOB_ACCESS real-time mobility update for ships
[empserver] / include / lost.h
index d35c1c2922511af88385b71b4a9bcf8070d50d63..d3c918fbae8a0177f409ad4325a98d0ddb8c4900 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, 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
@@ -33,7 +33,7 @@
 #ifndef LOST_H
 #define LOST_H
 
-#include <time.h>
+#include "file.h"
 #include "types.h"
 
 struct loststr {
@@ -46,7 +46,7 @@ struct loststr {
     natid lost_owner;          /* Who lost it */
     /* end of part matching struct empobj */
     short lost_type;           /* Type of thing (ship, plane, nuke, land, sector) */
-    int lost_id;               /* uid of lost thing (0 for sector) */
+    int lost_id;               /* UID of lost thing (0 for sector) */
     coord lost_x;
     coord lost_y;
 };