Remove unused local variables
This commit is contained in:
parent
38d44f2c01
commit
c210cf509a
2 changed files with 0 additions and 4 deletions
src/MultiPlayer
|
@ -295,7 +295,6 @@ MPPlayer::FillMsgHdr
|
|||
const int MsgId
|
||||
)
|
||||
{
|
||||
struct in_addr address;
|
||||
uint32_t len;
|
||||
|
||||
switch (MsgId)
|
||||
|
|
|
@ -403,10 +403,7 @@ FGMultiplayMgr::ProcessPosMsg
|
|||
bool ActivePlayer;
|
||||
sgQuat Orientation;
|
||||
sgdVec3 Position;
|
||||
struct in_addr PlayerAddress;
|
||||
t_MPClientListIterator CurrentPlayer;
|
||||
int iPlayerCnt;
|
||||
char *sIpAddress;
|
||||
|
||||
ActivePlayer = false;
|
||||
MsgHdr = (T_MsgHdr *)Msg;
|
||||
|
|
Loading…
Add table
Reference in a new issue