From: yyagi Date: Tue, 22 Oct 2019 15:17:14 +0000 (+0900) Subject: #39698 099fで起動時に例外が出る問題を修正。 X-Git-Tag: Release099g^0 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=c0939c61ab83e3a1438582c41adbd42b08c78973;p=dtxmania%2Fdtxmania.git #39698 099fで起動時に例外が出る問題を修正。 --- diff --git a/DTXManiaプロジェクト/コード/全体/CDTXMania.cs b/DTXManiaプロジェクト/コード/全体/CDTXMania.cs index 82ff4420..be07237b 100644 --- a/DTXManiaプロジェクト/コード/全体/CDTXMania.cs +++ b/DTXManiaプロジェクト/コード/全体/CDTXMania.cs @@ -20,7 +20,7 @@ namespace DTXMania { // プロパティ #region [ properties ] - public static readonly string VERSION = "099f(180901)"; + public static readonly string VERSION = "099g(191022)"; public static readonly string SLIMDXDLL = "c_net20x86_Jun2010"; public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 //public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010 @@ -510,6 +510,10 @@ namespace DTXMania } protected override void Draw( GameTime gameTime ) { + if (Sound管理 == null) + { + return; + } Sound管理.t再生中の処理をする(); if( Timer != null )