- Fixed truncation warnings in playerdisplay.zs

This commit is contained in:
Player701 2020-10-11 09:58:05 +03:00 committed by Christoph Oelckers
parent 787b0d2480
commit 7da9f33cf9

View file

@ -282,7 +282,7 @@ class ListMenuItemPlayerDisplay : ListMenuItem
DTA_Color, c,
DTA_Masked, true);
Screen.DrawFrame (x, y, 72*sx, 80*sy-1);
Screen.DrawFrame (x, y, int(72*sx), int(80*sy-1));
if (mPlayerState != NULL)
{