summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-21 11:55:08 +0200
committerAki <please@ignore.pl>2022-05-21 11:55:08 +0200
commit7863e4caa1d07aef348a437fe0a662db68fd7ac3 (patch)
treebf52dfa7a7c45be1d1a696f5bf7c0c3f90beba68 /Killmail.h
parentde8d7a812c4da9f0375dc47626c0e836ba728207 (diff)
downloadderelict-7863e4caa1d07aef348a437fe0a662db68fd7ac3.zip
derelict-7863e4caa1d07aef348a437fe0a662db68fd7ac3.tar.gz
derelict-7863e4caa1d07aef348a437fe0a662db68fd7ac3.tar.bz2
Added naive Timeline
Diffstat (limited to 'Killmail.h')
-rw-r--r--Killmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Killmail.h b/Killmail.h
index 047eb68..59e2c54 100644
--- a/Killmail.h
+++ b/Killmail.h
@@ -12,5 +12,5 @@ struct Killmail
long int ship;
LongVector3 position;
Owner owner;
- std::tm time;
+ std::time_t time;
};