Merge pull request #2753 from Tilka/fix_warnings

Fix some warnings
This commit is contained in:
flacs
2015-08-04 18:54:31 +02:00
4 changed files with 5 additions and 6 deletions

View File

@ -250,10 +250,9 @@ void Wiimote::Reset()
Wiimote::Wiimote( const unsigned int index )
: m_index(index)
, m_last_connect_request_counter(0)
, ir_sin(0)
, ir_cos(1)
// , m_sound_stream( nullptr )
, m_last_connect_request_counter(0)
{
// ---- set up all the controls ----