fixed bugs with dead without net in bta_mirtemp

This commit is contained in:
eddyem
2020-08-21 12:44:07 +03:00
parent 6d471893c4
commit cfcea9b83d
11 changed files with 433 additions and 73 deletions

View File

@@ -1,6 +1,8 @@
#include "bta_shdata.h"
#include "usefull_macros.h"
#include <crypt.h>
#pragma pack(push, 4)
// Main command channel (level 5)
struct CMD_Queue mcmd = {{"Mcmd"}, 0200,0,-1,0};