MSVC: Fix 'C4Fixed::operator +' : 3 overloads have similar conversions

Günther Brammer 2010-10-11 02:33:13 +02:00
parent cd68d6ceb3
commit b016b72d12
1 changed files with 1 additions and 1 deletions

View File

@ -3802,7 +3802,7 @@ void C4Object::ContactAction()
// Enforce slide free (might slide through tiny holes this way)
if (!ydir)
{
bool fAllowDown = !(t_contact & CNAT_Bottom);
int fAllowDown = !(t_contact & CNAT_Bottom);
if (t_contact & CNAT_Right)
{
ForcePosition(fix_x - 1, fix_y + fAllowDown);