Code cleanup

This commit is contained in:
pagefault
2001-06-07 19:36:11 +00:00
parent 6d4eee8711
commit 4cf518995f

View File

@@ -1506,9 +1506,6 @@ void initwinvideo(void)
if (!FirstVid)
{
// sprintf(WinMessage,"FirstVid!=1 start\n\0");
// MessageBox (NULL, WinMessage, "Init", MB_ICONERROR );
if (X<0)X=0;
if (X>(GetSystemMetrics( SM_CXSCREEN )-WindowWidth)) X=(GetSystemMetrics( SM_CXSCREEN )-WindowWidth);
if (Y<0)Y=0;