Skip to content

Commit

Permalink
shared sync (mandala changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
uavinda committed Mar 5, 2024
1 parent 4a98299 commit 2251b10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions resources/scripts/include/MandalaUid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -1386,6 +1387,8 @@ namespace cmd
enum { vspeed = 0x647 };
enum { tecs = 0x648 };
enum { radius = 0x649 };
enum { vx = 0x64a };
enum { vy = 0x64b };
};
namespace eng
{
Expand Down
2 changes: 1 addition & 1 deletion shared

0 comments on commit 2251b10

Please sign in to comment.