SWF shapes export

This commit is contained in:
Robert Beckebans 2013-11-13 13:59:58 +01:00
parent 038f798f88
commit dd056c4ecc
4 changed files with 38 additions and 33 deletions

View file

@ -46,20 +46,7 @@ bool idSWF::isMouseInClientArea = false;
extern idCVar in_useJoystick;
// RB begin
int swfRect_t::BitCount() const
{
int num = 0;
num = idFile_SWF::EnlargeBitCountS( FLOAT2SWFTWIP( tl.x ), num );
num = idFile_SWF::EnlargeBitCountS( FLOAT2SWFTWIP( tl.y ), num );
num = idFile_SWF::EnlargeBitCountS( FLOAT2SWFTWIP( br.x ), num );
num = idFile_SWF::EnlargeBitCountS( FLOAT2SWFTWIP( br.x ), num );
return num;
}
// RB end
/*
===================