- September 1, 2008
- 21,578
- 8,227
- Home Country
- New Zealand
It should simply be:
or
...not:
Code:
GUIGraphicsContext.DeviceAudioConnected++;
Code:
GUIGraphicsContext.DeviceAudioConnected--;
...not:
Code:
GUIGraphicsContext.DeviceAudioConnected = GUIGraphicsContext.DeviceAudioConnected++;