OSDN Git Service

#25217 changed the preview volume from AutoVolume to 80(fixed value).
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 21 May 2011 10:16:51 +0000 (10:16 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 21 May 2011 10:16:51 +0000 (10:16 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@173 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXManiaプロジェクト/コード/ステージ/05.選曲/CActSelectPresound.cs

index 045909e..957d48d 100644 (file)
@@ -122,7 +122,7 @@ namespace DTXMania
                                try\r
                                {\r
                                        this.sound = CDTXMania.Sound管理.tサウンドを生成する( str );\r
-                                       this.sound.n音量 = CDTXMania.ConfigIni.n自動再生音量;\r
+                                       this.sound.n音量 = 80;        // CDTXMania.ConfigIni.n自動再生音量;                     // #25217 changed preview volume from AutoVolume\r
                                        this.sound.t再生を開始する( true );\r
                                        this.str現在のファイル名 = str;\r
                                        this.tBGMフェードアウト開始();\r