Unused local variable removed
This commit is contained in:
parent
852c98aadd
commit
1a74b726d0
1 changed files with 0 additions and 1 deletions
|
@ -474,7 +474,6 @@ FGMultiplayMgr::ProcessPosMsg
|
||||||
T_PositionMsg* PosMsg; // Pointer to position message in received data
|
T_PositionMsg* PosMsg; // Pointer to position message in received data
|
||||||
T_MsgHdr* MsgHdr; // Pointer to header in received data
|
T_MsgHdr* MsgHdr; // Pointer to header in received data
|
||||||
bool ActivePlayer;
|
bool ActivePlayer;
|
||||||
struct in_addr PlayerAddress;
|
|
||||||
int time, timeusec;
|
int time, timeusec;
|
||||||
double lat, lon, alt;
|
double lat, lon, alt;
|
||||||
double hdg, roll, pitch;
|
double hdg, roll, pitch;
|
||||||
|
|
Loading…
Add table
Reference in a new issue