changeset 12150 | bbefbd1a3b0a |
parent 12048 | 475a1289f940 |
child 12169 | 869cf5f34700 |
12149:44b06731278b | 12150:bbefbd1a3b0a |
---|---|
475 |
475 |
476 if hwTmp > _1 then |
476 if hwTmp > _1 then |
477 PlaySound(sndSplash) |
477 PlaySound(sndSplash) |
478 else if hwTmp > _0_5 then |
478 else if hwTmp > _0_5 then |
479 PlaySound(sndSkip) |
479 PlaySound(sndSkip) |
480 else |
480 else if hwTmp > _0_0002 then // arbitrary sanity cutoff. mostly for airmines |
481 PlaySound(sndDroplet2); |
481 PlaySound(sndDroplet2); |
482 end; |
482 end; |
483 |
483 |
484 |
484 |
485 // splash visuals |
485 // splash visuals |