This commit is contained in:
parent
6e945b8ca6
commit
50d0c8ef48
14 changed files with 66 additions and 43 deletions
|
@ -37,7 +37,7 @@ void CFXBubble::think(int _frames)
|
|||
{
|
||||
if (renderFrame!=FRM__BUBBLEPOP)
|
||||
{
|
||||
CSoundMediator::playSfx(CSoundMediator::SFX_BALLOON_POP,false);
|
||||
// CSoundMediator::playSfx(CSoundMediator::SFX_BALLOON_POP,false);
|
||||
renderFrame=FRM__BUBBLEPOP;
|
||||
}
|
||||
else
|
||||
|
|
|
@ -25,7 +25,7 @@ void CFXThwack::init(DVECTOR const &_Pos)
|
|||
Angle=getRnd()&4095;
|
||||
Scale=2048+1024+(getRnd()&2047);
|
||||
Flags |=FX_FLAG_HAS_LIFE;
|
||||
CSoundMediator::playSfx(CSoundMediator::SFX_KAPOW_V1,false);
|
||||
// CSoundMediator::playSfx(CSoundMediator::SFX_KAPOW_V1,false);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
@ -796,7 +796,7 @@ void CModelGfx::SetModel(int Type)
|
|||
|
||||
/*****************************************************************************/
|
||||
static const int MXO=0;
|
||||
static const int MYO=-8;
|
||||
static const int MYO=-8*0;
|
||||
void CModelGfx::Render(DVECTOR &Pos,SVECTOR *Angle,VECTOR *Scale)
|
||||
{
|
||||
#define BLOCK_MULT 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue