Browse Subversion Repository
Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CStage選曲.cs
Parent Directory
| Revision Log
| Patch
| 405 |
if ( this.act曲リスト.r現在選択中の曲 != null ) |
if ( this.act曲リスト.r現在選択中の曲 != null ) |
| 406 |
{ |
{ |
| 407 |
#region [ Decide ] |
#region [ Decide ] |
| 408 |
if ( ( CDTXMania.Pad.b押されたDGB( Eパッド.Decide ) || CDTXMania.Pad.b押された( E楽器パート.DRUMS, Eパッド.CY ) ) || |
if ( ( CDTXMania.Pad.b押されたDGB( Eパッド.Decide ) || CDTXMania.Pad.b押された( E楽器パート.DRUMS, Eパッド.CY ) || CDTXMania.Pad.b押された( E楽器パート.DRUMS, Eパッド.RD ) ) || |
| 409 |
( CDTXMania.ConfigIni.bEnterがキー割り当てのどこにも使用されていない && CDTXMania.Input管理.Keyboard.bキーが押された( (int) SlimDX.DirectInput.Key.Return ) ) ) |
( CDTXMania.ConfigIni.bEnterがキー割り当てのどこにも使用されていない && CDTXMania.Input管理.Keyboard.bキーが押された( (int) SlimDX.DirectInput.Key.Return ) ) ) |
| 410 |
{ |
{ |
| 411 |
if ( this.act曲リスト.r現在選択中の曲 != null ) |
if ( this.act曲リスト.r現在選択中の曲 != null ) |
|
|
Legend:
| Removed from v.13 |
|
| changed lines |
| |
Added in v.63 |
|
|
|