64-bit scoring
This commit is contained in:
@@ -15,6 +15,8 @@ sm-ssc v1.2.1 | 2011011?
|
||||
|
||||
20110112
|
||||
--------
|
||||
* [PlayerStageStats] Change score to an unsigned long from a signed int. [FSX]
|
||||
* Noteskin changes. [Daisuke Master]
|
||||
* [SpecialScoring] MIGS scoring, improved SN and SN2 scoring. [FSX]
|
||||
* [RageFile] Added ReadBytes() Lua binding. [FSX]
|
||||
* [NetworkSyncManager] Added CloseConnection() Lua binding. [freem]
|
||||
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
int m_iMaxCombo;
|
||||
int m_iCurMissCombo;
|
||||
int m_iCurScoreMultiplier;
|
||||
int m_iScore;
|
||||
unsigned long int m_iScore;
|
||||
int m_iCurMaxScore;
|
||||
int m_iMaxScore;
|
||||
RadarValues m_radarPossible; // filled in by ScreenGameplay on start of notes
|
||||
|
||||
Reference in New Issue
Block a user