OSDN Git Service

#xxxxx ビルドエラー修正 work-s
authorkairera0467 <gennsou76573@gmail.com>
Mon, 15 Aug 2022 14:52:46 +0000 (23:52 +0900)
committerkairera0467 <gennsou76573@gmail.com>
Mon, 15 Aug 2022 14:52:46 +0000 (23:52 +0900)
DTXManiaプロジェクト/コード/ステージ/07.演奏/GITADORA/ギター画面/CAct演奏GuitarステータスパネルGD.cs
DTXManiaプロジェクト/コード/ステージ/07.演奏/ギター画面/CAct演奏Guitarステータスパネル.cs
DTXManiaプロジェクト/コード/ステージ/07.演奏/ドラム画面/CAct演奏Drumsステータスパネル.cs
実行時フォルダ/DTXManiaGR.exe

index 642b773..d212cfb 100644 (file)
@@ -130,8 +130,8 @@ namespace DTXMania
                     #region[ カードネーム ]
                     this.strPlayerName[ 0 ] = CDTXMania.ConfigIni.strGetCardName( E楽器パート.GUITAR );
                     this.strPlayerName[ 1 ] = CDTXMania.ConfigIni.strGetCardName( E楽器パート.BASS );
-                    this.strGroupName[ 0 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGroupName[ 1 ] ) ? "" : CDTXMania.ConfigIni.strGroupName[ 1 ];
-                    this.strGroupName[ 1 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGroupName[ 2 ] ) ? "" : CDTXMania.ConfigIni.strGroupName[ 2 ];
+                    this.strGroupName[ 0 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGetGroupName( E楽器パート.GUITAR ) ) ? "" : CDTXMania.ConfigIni.strGetGroupName( E楽器パート.GUITAR );
+                    this.strGroupName[ 1 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGetGroupName( E楽器パート.BASS ) ) ? "" : CDTXMania.ConfigIni.strGetGroupName( E楽器パート.BASS );
                     #endregion
                     #region[ ネームカラー ]
                     //-------------------
index 73b9bae..c4172d8 100644 (file)
@@ -123,8 +123,8 @@ namespace DTXMania
                     #region[ カードネーム ]
                     this.strPlayerName[ 0 ] = CDTXMania.ConfigIni.strGetCardName( E楽器パート.GUITAR );
                     this.strPlayerName[ 1 ] = CDTXMania.ConfigIni.strGetCardName( E楽器パート.BASS );
-                    this.strGroupName[ 0 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGroupName[ 1 ] ) ? "" : CDTXMania.ConfigIni.strGroupName[ 1 ];
-                    this.strGroupName[ 1 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGroupName[ 2 ] ) ? "" : CDTXMania.ConfigIni.strGroupName[ 2 ];
+                    this.strGroupName[ 0 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGetGroupName( E楽器パート.GUITAR ) ) ? "" : CDTXMania.ConfigIni.strGetGroupName( E楽器パート.GUITAR );
+                    this.strGroupName[ 1 ] = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGetGroupName( E楽器パート.BASS ) ) ? "" : CDTXMania.ConfigIni.strGetGroupName( E楽器パート.BASS );
 
                     #endregion
                     #region[ ネームカラー ]
index 056e3a2..7c852c7 100644 (file)
@@ -76,7 +76,7 @@ namespace DTXMania
                     this.strPanelString = CDTXMania.DTX.TITLE;
 
                 this.strPlayerName = CDTXMania.ConfigIni.strGetCardName( E楽器パート.DRUMS );
-                this.strGroupName = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGroupName[0] ) ? "" : CDTXMania.ConfigIni.strGroupName[0];
+                this.strGroupName = string.IsNullOrEmpty( CDTXMania.ConfigIni.strGetGroupName( E楽器パート.DRUMS ) ) ? "" : CDTXMania.ConfigIni.strGetGroupName( E楽器パート.DRUMS );
                 gNamePlate.Dispose();
 
                 this.bNamePlate = new Bitmap( 368, 304 );
index 945d1cc..62cbc44 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ