move game prefs into PrefsManager

This commit is contained in:
Chris Danford
2005-10-27 04:54:45 +00:00
parent cdb7215971
commit 5d7885c764
15 changed files with 95 additions and 86 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ class DebugLineWritePreferences : public IDebugLine
virtual bool IsEnabled() { return true; }
virtual void Do( CString &sMessageOut )
{
PREFSMAN->SaveGlobalPrefsToDisk();
PREFSMAN->SavePrefsToDisk();
IDebugLine::Do( sMessageOut );
}
};