mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-06-01 09:12:29 +00:00
SWF shapes export
This commit is contained in:
parent
038f798f88
commit
dd056c4ecc
4 changed files with 38 additions and 33 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue