small cleanup
This commit is contained in:
@@ -121,8 +121,8 @@ bool CodeDetector::EnteredModeMenu( GameController controller )
|
|||||||
// from Pumpmania
|
// from Pumpmania
|
||||||
void CodeDetector::ChangeScrollSpeed( GameController controller, bool bIncrement )
|
void CodeDetector::ChangeScrollSpeed( GameController controller, bool bIncrement )
|
||||||
{
|
{
|
||||||
// this shit doesn't compile, hence the #if 0 below.
|
// this doesn't compile, hence the #if 0 below.
|
||||||
// also I bet your ass this code actually belongs in PlayerOptions.cpp
|
// also I bet this code actually belongs in PlayerOptions.cpp
|
||||||
// on further inspection. -aj
|
// on further inspection. -aj
|
||||||
// p.s. it's m_fScrollSpeed you'll want to mess with.
|
// p.s. it's m_fScrollSpeed you'll want to mess with.
|
||||||
#if 0
|
#if 0
|
||||||
|
|||||||
+5
-5
@@ -52,8 +52,8 @@ public:
|
|||||||
int iChooseIndex; //
|
int iChooseIndex; //
|
||||||
|
|
||||||
RString sModifiers; // set player and song options using these
|
RString sModifiers; // set player and song options using these
|
||||||
AttackArray attacks; // timed sModifiers
|
AttackArray attacks; // timed sModifiers
|
||||||
float fGainSeconds; // time gained back at the beginning of the song. LifeMeterTime only.
|
float fGainSeconds; // time gained back at the beginning of the song. LifeMeterTime only.
|
||||||
int iGainLives; // lives gained back at the beginning of the next song
|
int iGainLives; // lives gained back at the beginning of the next song
|
||||||
|
|
||||||
CourseEntry()
|
CourseEntry()
|
||||||
@@ -135,12 +135,12 @@ public:
|
|||||||
|
|
||||||
void UpdateCourseStats( StepsType st );
|
void UpdateCourseStats( StepsType st );
|
||||||
|
|
||||||
/* Call to regenerate Trails with random entries */
|
// Call to regenerate Trails with random entries
|
||||||
void RegenerateNonFixedTrails() const;
|
void RegenerateNonFixedTrails() const;
|
||||||
|
|
||||||
void InvalidateTrailCache();
|
void InvalidateTrailCache();
|
||||||
|
|
||||||
/* Call when a Song or its Steps are deleted/changed. */
|
// Call when a Song or its Steps are deleted/changed.
|
||||||
void Invalidate( const Song *pStaleSong );
|
void Invalidate( const Song *pStaleSong );
|
||||||
|
|
||||||
void GetAllCachedTrails( vector<Trail *> &out );
|
void GetAllCachedTrails( vector<Trail *> &out );
|
||||||
@@ -205,7 +205,7 @@ public:
|
|||||||
typedef map<CacheEntry, RadarValues> RadarCache_t;
|
typedef map<CacheEntry, RadarValues> RadarCache_t;
|
||||||
RadarCache_t m_RadarCache;
|
RadarCache_t m_RadarCache;
|
||||||
|
|
||||||
/* Preferred styles: */
|
// Preferred styles:
|
||||||
set<RString> m_setStyles;
|
set<RString> m_setStyles;
|
||||||
|
|
||||||
CachedObject<Course> m_CachedObject;
|
CachedObject<Course> m_CachedObject;
|
||||||
|
|||||||
Reference in New Issue
Block a user