Fix declared extern and then redeclared static warning.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user