负数
This commit is contained in:
parent
cda978aad7
commit
c12faca6ca
Binary file not shown.
@ -49,7 +49,7 @@ namespace GameLogic
|
||||
private List<UnitPlayerData> m_ListUnitPlayDatas = new List<UnitPlayerData>();
|
||||
|
||||
private float m_AddPush = 0.1f; // 初始推力值
|
||||
public double m_AllPush = 0; // 当前总值
|
||||
public long m_AllPush = 0; // 当前总值
|
||||
private int m_AllAddPush = 0;//永久增加推力值
|
||||
private int m_AssetID = 0; // 资源ID,用于加载资源
|
||||
|
||||
@ -229,7 +229,7 @@ namespace GameLogic
|
||||
}
|
||||
|
||||
//Log.Debug("增加推力:" + m_AddPush);
|
||||
m_AllPush += m_AddPush;
|
||||
m_AllPush += (int)m_AddPush;
|
||||
|
||||
// 检测个人赛道推力值是否到达可以切换形象
|
||||
SwitchActor();
|
||||
|
Loading…
x
Reference in New Issue
Block a user