mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
Cleanup up warning
This commit is contained in:
parent
5dc5898069
commit
897d72b03f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user