Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9817


Ignore:
Timestamp:
Nov 25, 2013, 3:57:49 PM (10 years ago)
Author:
georgr
Message:

Test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/libraries/core/input/InputManager.cc

    r9816 r9817  
    234234
    235235        // Find and connect to the wiimotes
    236         std::vector<CWiimote>& wiimotes = wii.FindAndConnect(30);
     236        std::vector<CWiimote>& wiimotes = wii.FindAndConnect(10);
    237237        if (!wiimotes.size())
    238238        {
     
    265265                       }
    266266
     267                       exit(0);
    267268
    268269        }
Note: See TracChangeset for help on using the changeset viewer.