Partial revert of resolution.

Also, try to use copyright symbol in the string.
This commit is contained in:
Jason Felds
2010-01-29 00:33:28 -05:00
parent cd12d4b40d
commit 45e3414cf4
+4 -4
View File
@@ -107,9 +107,9 @@ void StepMania::GetPreferredVideoModeParams( VideoModeParams &paramsOut )
int iWidth = PREFSMAN->m_iDisplayWidth; int iWidth = PREFSMAN->m_iDisplayWidth;
if( PREFSMAN->m_bWindowed ) if( PREFSMAN->m_bWindowed )
{ {
float fRatio = PREFSMAN->m_iDisplayWidth / PREFSMAN->m_iDisplayHeight; //float fRatio = PREFSMAN->m_iDisplayWidth / PREFSMAN->m_iDisplayHeight;
//iWidth = PREFSMAN->m_iDisplayHeight * PREFSMAN->m_fDisplayAspectRatio; iWidth = PREFSMAN->m_iDisplayHeight * PREFSMAN->m_fDisplayAspectRatio;
iWidth = PREFSMAN->m_iDisplayHeight * fRatio; //iWidth = PREFSMAN->m_iDisplayHeight * fRatio;
} }
paramsOut = VideoModeParams( paramsOut = VideoModeParams(
@@ -919,7 +919,7 @@ static void WriteLogHeader()
#endif #endif
// this code should only be enabled in distributed builds // this code should only be enabled in distributed builds
LOG->Info("sm-ssc is Copyright ©2009 the spinal shark collective, all rights reserved. Commercial use of this binary is prohibited by law and will be prosecuted to the fullest extent of the law."); LOG->Info("sm-ssc is Copyright ©2009 the spinal shark collective, all rights reserved. Commercial use of this binary is prohibited by law and will be prosecuted to the fullest extent of the law.");
// end limited code // end limited code
time_t cur_time; time_t cur_time;