return "" -> return NULL

This commit is contained in:
Chris Danford
2005-09-02 00:14:07 +00:00
parent 7c4f2595ab
commit e439ae2a96
41 changed files with 97 additions and 87 deletions
+2 -2
View File
@@ -392,7 +392,7 @@ CString SetD3DParams( bool &bNewDeviceOut )
}
}
return "";
return NULL;
}
/* If the given parameters have failed, try to lower them. */
@@ -605,7 +605,7 @@ CString RageDisplay_D3D::TryVideoMode( VideoModeParams p, bool &bNewDeviceOut )
/* Palettes were lost by Reset(), so mark them unloaded. */
g_TexResourceToPaletteIndex.clear();
return ""; // mode change successful
return NULL; // mode change successful
}
void RageDisplay_D3D::ResolutionChanged()