Forgot break in switch statement

This commit is contained in:
Kristian Lauszus 2012-09-10 00:23:35 +02:00
parent 5a424b5523
commit 2be3f61301

View file

@ -285,6 +285,7 @@ void WII::ACLData(uint8_t* l2capinbuf) {
#endif #endif
break; break;
case 0x30: // Core buttons - (a1) 30 BB BB case 0x30: // Core buttons - (a1) 30 BB BB
break;
case 0x31: // Core Buttons and Accelerometer - (a1) 31 BB BB AA AA AA case 0x31: // Core Buttons and Accelerometer - (a1) 31 BB BB AA AA AA
pitch = wiiMotePitch; // The pitch is just equal to the angle calculated from the wiimote as there is no Motion Plus connected pitch = wiiMotePitch; // The pitch is just equal to the angle calculated from the wiimote as there is no Motion Plus connected
roll = wiiMoteRoll; roll = wiiMoteRoll;