• 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

Revisiónb25ceac716961adee216f48602ce08bb45db8499 (tree)
Tiempo2012-09-23 02:58:15
Autorangeart <angeart@git....>
Commiterangeart

Log Message

Musicoの修正

Cambiar Resumen

Diferencia incremental

--- a/client/Music.cpp
+++ b/client/Music.cpp
@@ -213,7 +213,7 @@ void Music::Update()
213213 fade_out_ = false;
214214 requested_bgm_ = -1;
215215 }
216- ChangeVolumeSoundMem((int)((90.0-(double)fade_count_)/0.9),present_bgm_);
216+ ChangeVolumeSoundMem((int)((90.0-(double)fadeout_count_)/0.9),present_bgm_);
217217 ++fadeout_count_;
218218 }
219219 }