Changeset a03ff5d in orbit for android/src
- Timestamp:
- 11/19/13 05:27:57 (9 years ago)
- Branches:
- master, Servo
- Children:
- afcc0af
- Parents:
- 8e9b9b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/OrbitTabActivity.java
r8e9b9b3 ra03ff5d 1139 1139 1140 1140 if (demoFlightMode) 1141 updateAudioHandlerLoopNumberWhileMindControl(20 );1141 updateAudioHandlerLoopNumberWhileMindControl(200); 1142 1142 else 1143 1143 updateAudioHandlerLoopNumberWhileMindControl(4500); … … 1162 1162 /** Is the sound loaded already? */ 1163 1163 if (loaded) { 1164 soundPool.play(soundID, volume, volume, 1, 0, 1f); 1164 // soundPool.play(soundID, volume, volume, 1, 0, 1f); 1165 soundPool.play(soundID, maxVolume, maxVolume, 1, 0, 1f); // Fixes Samsung Galaxy S4 [SGH-M919] 1165 1166 if (DEBUG) 1166 1167 Log.v(TAG, "Played sound");
Note: See TracChangeset
for help on using the changeset viewer.