summaryrefslogtreecommitdiff
path: root/procyon/source/evt
diff options
context:
space:
mode:
Diffstat (limited to 'procyon/source/evt')
-rw-r--r--procyon/source/evt/jmp.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/procyon/source/evt/jmp.c b/procyon/source/evt/jmp.c
deleted file mode 100644
index 5a93491..0000000
--- a/procyon/source/evt/jmp.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <acm/evt.h>
-#include <acm/info.h>
-
-#include <stdint.h>
-
-bool acm_jmp(uint_least64_t const _sys) {
- acm_pldat pldat = acm_dat.pldat;
- if (acm_sysdist(_sys) > acm_jmplen(&pldat.ship)) {
- return true;
- }
- acm_dat.pldat = pldat;
- return false;
-}