Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Added new test switch
Browse files Browse the repository at this point in the history
Finished all changes to allow mute of players not in aircraft
Finished FC3 aircraft integration
  • Loading branch information
Ciaran Fisher committed Aug 24, 2015
1 parent fca735a commit 24fd978
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 130 deletions.
4 changes: 2 additions & 2 deletions Plugin/ClientMetaData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using std::string;
namespace SimpleRadio
{
ClientMetaData::ClientMetaData()
: lastUpdate(0)
: lastUpdate(1)
, name("init")
, unit("init")
, selected(0)
Expand All @@ -19,7 +19,7 @@ namespace SimpleRadio
for (int i = 0; i < 3; i++)
{
this->radio[i].name = "No Radio";
this->radio[i].frequency = 0;
this->radio[i].frequency = -1;
this->radio[i].modulation = 0;
}
}
Expand Down
Loading

0 comments on commit 24fd978

Please sign in to comment.