Revert and fix a bit better.
This commit is contained in:
@@ -202,7 +202,7 @@ CString Background::CreateRandomBGA()
|
||||
switch( PREFSMAN->m_iBackgroundMode )
|
||||
{
|
||||
default:
|
||||
FAIL_M( ssprintf("Invalid BackgroundMode: %d", PREFSMAN->m_iBackgroundMode.GetValue()) );
|
||||
FAIL_M( ssprintf("Invalid BackgroundMode: %i", (int)PREFSMAN->m_iBackgroundMode) );
|
||||
break;
|
||||
|
||||
case PrefsManager::BGMODE_ANIMATIONS:
|
||||
|
||||
@@ -71,11 +71,6 @@ public:
|
||||
return m_currentValue;
|
||||
}
|
||||
|
||||
T GetValue() const
|
||||
{
|
||||
return m_currentValue;
|
||||
}
|
||||
|
||||
void operator=( const T& other )
|
||||
{
|
||||
m_currentValue = other;
|
||||
|
||||
Reference in New Issue
Block a user