64-bit scoring

This commit is contained in:
Flameshadowxeroshin
2011-01-13 18:23:22 -06:00
parent a4c27f0c39
commit f0a370a79b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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]
+1 -1
View File
@@ -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