From 2251b101e4f8f504dfbc112e27c5d4254e67f939 Mon Sep 17 00:00:00 2001 From: Aliaksei Stratsilatau Date: Tue, 5 Mar 2024 15:42:35 -0500 Subject: [PATCH] shared sync (mandala changes) --- resources/scripts/include/MandalaUid.hpp | 13 ++++++++----- shared | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/resources/scripts/include/MandalaUid.hpp b/resources/scripts/include/MandalaUid.hpp index c6349d25..60264f94 100644 --- a/resources/scripts/include/MandalaUid.hpp +++ b/resources/scripts/include/MandalaUid.hpp @@ -1189,11 +1189,12 @@ namespace est enum { health = 0x502 }; enum { time = 0x503 }; enum { uptime = 0x504 }; - enum { fuel = 0x505 }; - enum { weight = 0x506 }; - enum { ttl = 0x507 }; - enum { range = 0x508 }; - enum { corr = 0x509 }; + enum { ltt = 0x505 }; + enum { fuel = 0x506 }; + enum { weight = 0x507 }; + enum { ttl = 0x508 }; + enum { range = 0x509 }; + enum { corr = 0x50a }; }; namespace ats { @@ -1386,6 +1387,8 @@ namespace cmd enum { vspeed = 0x647 }; enum { tecs = 0x648 }; enum { radius = 0x649 }; + enum { vx = 0x64a }; + enum { vy = 0x64b }; }; namespace eng { diff --git a/shared b/shared index 42246716..9fd60b24 160000 --- a/shared +++ b/shared @@ -1 +1 @@ -Subproject commit 42246716beab897871ec67b35980d7e140ae79ea +Subproject commit 9fd60b247219282161fedb6718a1ec908e0a8948