Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CActSelect曲リスト.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 409 by kairera0467, Mon Aug 11 09:19:15 2014 UTC revision 410 by kairera0467, Mon Aug 11 09:56:36 2014 UTC
# Line 2076  namespace DTXMania Line 2076  namespace DTXMania
2076                  graphics = Graphics.FromImage( bSongPanel );                  graphics = Graphics.FromImage( bSongPanel );
2077                  graphics.DrawImage( imgSongPanel, 0, 0, 223, 279 );                  graphics.DrawImage( imgSongPanel, 0, 0, 223, 279 );
2078                  string strPassBefore = this.stバー情報[ nバー番号 ].strDTXフォルダのパス;                  string strPassBefore = this.stバー情報[ nバー番号 ].strDTXフォルダのパス;
2079                  string strPassAfter = strPassBefore.Replace( this.stバー情報[ nバー番号 ].ar譜面情報.Preimage, "" );                  string strPassAfter = "";
2080                    if( this.stバー情報[ nバー番号 ].ar譜面情報.Preimage != "" )
2081                        strPassAfter = strPassBefore.Replace( this.stバー情報[ nバー番号 ].ar譜面情報.Preimage, "" );
2082                  string strPath = ( strPassAfter + "TitleTexture.png" );                  string strPath = ( strPassAfter + "TitleTexture.png" );
2083                  if( File.Exists( ( strPath ) ) )                  if( File.Exists( ( strPath ) ) )
2084                  {                  {

Legend:
Removed from v.409  
changed lines
  Added in v.410

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26