- Fix VC++ 6 warnings.

SVN r3853 (trunk)
This commit is contained in:
Randy Heit 2012-08-25 19:29:04 +00:00
parent 74d159f4d5
commit 57040693cd

View file

@ -1629,7 +1629,7 @@ static void LeadingLineSpecial(boolean executewait)
{
ERR_Error(ERR_SPECIAL_RANGE, YES);
}
PC_AppendByte(specialValue);
PC_AppendByte((U_BYTE)specialValue);
}
if(executewait)
{
@ -1658,7 +1658,7 @@ static void LeadingLineSpecial(boolean executewait)
}
}
PC_AppendCmd((argCount-1)+(useintform?PCD_LSPEC1DIRECT:PCD_LSPEC1DIRECTB));
PC_AppendByte(specialValue);
PC_AppendByte((U_BYTE)specialValue);
}
if (useintform)
{