連打を修正 (#535)
This commit is contained in:
parent
e3ccd0d08d
commit
54c4dc506d
@ -3764,12 +3764,12 @@ namespace TJAPlayer3
|
|||||||
break;
|
break;
|
||||||
case 0x18:
|
case 0x18:
|
||||||
{
|
{
|
||||||
if( ( !pChip.bHit && (pChip.nバーからの距離dot.Drums < 0 ) ) )
|
if( ( !pChip.bProcessed && (pChip.nバーからの距離dot.Drums < 0 ) ) )
|
||||||
{
|
{
|
||||||
this.b連打中[ nPlayer ] = false;
|
this.b連打中[ nPlayer ] = false;
|
||||||
this.actRoll.b表示[ nPlayer ] = false;
|
this.actRoll.b表示[ nPlayer ] = false;
|
||||||
this.actChara.b風船連打中[nPlayer] = false;
|
this.actChara.b風船連打中[nPlayer] = false;
|
||||||
pChip.bHit = true;
|
pChip.bProcessed = true;
|
||||||
if( chip現在処理中の連打チップ[ nPlayer ] != null )
|
if( chip現在処理中の連打チップ[ nPlayer ] != null )
|
||||||
{
|
{
|
||||||
chip現在処理中の連打チップ[ nPlayer ].bHit = true;
|
chip現在処理中の連打チップ[ nPlayer ].bHit = true;
|
||||||
|
@ -2285,7 +2285,8 @@ namespace TJAPlayer3
|
|||||||
//if( CDTXMania.ConfigIni.eScrollMode != EScrollMode.Normal )
|
//if( CDTXMania.ConfigIni.eScrollMode != EScrollMode.Normal )
|
||||||
//x -= 10;
|
//x -= 10;
|
||||||
|
|
||||||
if(x末端 > 0 - TJAPlayer3.Skin.Game_Notes_Size[0] && x < TJAPlayer3.Skin.Resolution[0])
|
//if(x末端 > 0 - TJAPlayer3.Skin.Game_Notes_Size[0] && x < TJAPlayer3.Skin.Resolution[0])
|
||||||
|
if((Math.Min(x, x末端) < TJAPlayer3.Skin.Resolution[0] && Math.Max(x, x末端) > 0 - TJAPlayer3.Skin.Game_Notes_Size[0]))
|
||||||
{
|
{
|
||||||
if (TJAPlayer3.Tx.Notes[(int)_gt] != null)
|
if (TJAPlayer3.Tx.Notes[(int)_gt] != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user