the various changes that I forgot to commit (cleanup and so forth) into hg,
culminating in syncing with sm-ssc v1.0 public beta 2
This commit is contained in:
+1
-1
@@ -839,7 +839,7 @@ void StepMania::ChangeCurrentGame( const Game* g )
|
||||
// process theme and language command line arguments;
|
||||
// these change the preferences in order for transparent loading -aj
|
||||
RString argTheme;
|
||||
if( GetCommandlineArgument( "theme",&argTheme) )
|
||||
if( GetCommandlineArgument( "theme",&argTheme) && argTheme != sTheme )
|
||||
{
|
||||
sTheme = argTheme;
|
||||
// set theme in preferences too for correct behavior -aj
|
||||
|
||||
Reference in New Issue
Block a user