refs #331 Add FS9 animation param packet

This commit is contained in:
Roland Winklmeier
2014-09-27 23:14:39 +02:00
parent 716b5cc00e
commit 374be69d8a
3 changed files with 76 additions and 0 deletions

View File

@@ -252,6 +252,10 @@ namespace BlackSimPlugin
switch (messageType)
{
case CFs9Sdk::MULTIPLAYER_PACKET_ID_PARAMS:
{
break;
}
case CFs9Sdk::MULTIPLAYER_PACKET_ID_CHANGE_PLAYER_PLANE:
{
MPChangePlayerPlane mpChangePlayerPlane;