Cleanup up warning

This commit is contained in:
michaelangel007 2015-01-07 19:01:43 -08:00
parent 5dc5898069
commit 897d72b03f

View File

@ -1051,7 +1051,7 @@ void VideoDisplayLogo ()
);
*/
PLOGFONT pLogFont = (PLOGFONT) LocalAlloc(LPTR, sizeof(LOGFONT));
int angle = 7.5 * 10; // 3600 = 360 degrees
int angle = (int)(7.5 * 10); // 3600 = 360 degrees
pLogFont->lfHeight = -48;
pLogFont->lfWeight = FW_NORMAL;
pLogFont->lfEscapement = angle;