Fix declared extern and then redeclared static warning.

This commit is contained in:
Steve Checkoway
2006-03-12 23:39:54 +00:00
parent e4717d1f79
commit 3e9c9141fe
+2 -2
View File
@@ -225,7 +225,7 @@ void StepMania::ApplyGraphicOptions()
INPUTMAN->WindowReset(); INPUTMAN->WindowReset();
} }
bool CheckVideoDefaultSettings(); static bool CheckVideoDefaultSettings();
void StepMania::ResetPreferences() void StepMania::ResetPreferences()
{ {
@@ -599,7 +599,7 @@ static RString GetVideoDriverName()
#endif #endif
} }
static bool CheckVideoDefaultSettings() bool CheckVideoDefaultSettings()
{ {
// Video card changed since last run // Video card changed since last run
RString sVideoDriver = GetVideoDriverName(); RString sVideoDriver = GetVideoDriverName();