• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision039f38f6a61c6ee654d01eea687cb651214d6347 (tree)
Time2017-02-08 23:58:19
AuthorSUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Log Message

StopSnd を修正

Change Summary

Incremental Difference

--- a/ssz/char.ssz
+++ b/ssz/char.ssz
@@ -6465,12 +6465,9 @@ void playSound()
64656465 }
64666466 void stopAllSound()
64676467 {
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+ }];
64746471 }
64756472
64766473 public void charInit(&.Char c=, int no, int idx)