Changeset 9817 for code/branches/wiimote/src/libraries
- Timestamp:
- Nov 25, 2013, 3:57:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/InputManager.cc
r9816 r9817 234 234 235 235 // Find and connect to the wiimotes 236 std::vector<CWiimote>& wiimotes = wii.FindAndConnect( 30);236 std::vector<CWiimote>& wiimotes = wii.FindAndConnect(10); 237 237 if (!wiimotes.size()) 238 238 { … … 265 265 } 266 266 267 exit(0); 267 268 268 269 }
Note: See TracChangeset
for help on using the changeset viewer.