Revision | 039f38f6a61c6ee654d01eea687cb651214d6347 (tree) |
---|---|
Time | 2017-02-08 23:58:19 |
Author | SUEHIRO <supersuehiro@user...> |
Commiter | SUEHIRO |
StopSnd を修正
@@ -6465,12 +6465,9 @@ void playSound() | ||
6465 | 6465 | } |
6466 | 6466 | void stopAllSound() |
6467 | 6467 | { |
6468 | - if(.sdl.setSndBuf(.snd.sndbuf)){ | |
6469 | - .snd.sndbufClear(); | |
6470 | - .chars:<-:<-[void(c){ | |
6471 | - if(#c > 0) c~sounds:<-[void(s=){s.sound.new(0);}]; | |
6472 | - }]; | |
6473 | - } | |
6468 | + .chars:<-:<-[void(c){ | |
6469 | + if(#c > 0) c~sounds:<-[void(s=){s.sound.new(0);}]; | |
6470 | + }]; | |
6474 | 6471 | } |
6475 | 6472 | |
6476 | 6473 | public void charInit(&.Char c=, int no, int idx) |