Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 431 by kairera0467, Thu Feb 12 13:42:11 2015 UTC revision 510 by kairera0467, Thu Dec 31 03:55:27 2015 UTC
# Line 677  namespace DTXMania Line 677  namespace DTXMania
677                                                                  }                                                                  }
678                                                          }                                                          }
679                                                          #endregion                                                          #endregion
680                                                  }                          }
681                                          }                          #region[ debug ]
682                            if( false )
683                            {
684                                                            if( CDTXMania.Input管理.Keyboard.bキーが押された( (int) SlimDX.DirectInput.Key.F6 ) )
685                                                            {
686                                    CDTXMania.ConfigIni.eAutoGhost.Drums = EAutoGhostData.LAST_PLAY;
687                                                            }
688                                                            if( CDTXMania.Input管理.Keyboard.bキーが押された( (int) SlimDX.DirectInput.Key.F7 ) )
689                                                            {
690                                    CDTXMania.ConfigIni.eAutoGhost.Drums = EAutoGhostData.PERFECT;
691                                                            }
692                                                            if( CDTXMania.Input管理.Keyboard.bキーが押された( (int) SlimDX.DirectInput.Key.F8 ) )
693                                                            {
694                                    CDTXMania.ConfigIni.eAutoGhost.Drums = EAutoGhostData.HI_SKILL;
695                                                            }
696                            }
697                            #endregion
698                        }
699                                          this.actSortSongs.t進行描画();                                          this.actSortSongs.t進行描画();
700                                          this.actQuickConfig.t進行描画();                                          this.actQuickConfig.t進行描画();
701                                  }                                  }

Legend:
Removed from v.431  
changed lines
  Added in v.510

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