OSDN Git Service

#39698 099fで起動時に例外が出る問題を修正。 support Release099g
authoryyagi <yyagi.dtxmania@gmail.com>
Tue, 22 Oct 2019 15:17:14 +0000 (00:17 +0900)
committeryyagi <yyagi.dtxmania@gmail.com>
Tue, 22 Oct 2019 15:17:14 +0000 (00:17 +0900)
DTXManiaプロジェクト/コード/全体/CDTXMania.cs

index 82ff442..be07237 100644 (file)
@@ -20,7 +20,7 @@ namespace DTXMania
        {\r
                // プロパティ\r
                #region [ properties ]\r
-               public static readonly string VERSION = "099f(180901)";\r
+               public static readonly string VERSION = "099g(191022)";\r
                public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";\r
                public static readonly string D3DXDLL = "d3dx9_43.dll";         // June 2010\r
         //public static readonly string D3DXDLL = "d3dx9_42.dll";      // February 2010\r
@@ -510,6 +510,10 @@ namespace DTXMania
                }\r
                protected override void Draw( GameTime gameTime )\r
                {\r
+                       if (Sound管理 == null)\r
+                       {\r
+                               return;\r
+                       }\r
                        Sound管理.t再生中の処理をする();\r
 \r
                        if( Timer != null )\r