This commit is contained in:
parent
0e3337b4f1
commit
1294eb95fb
@ -28,7 +28,9 @@ void CBubbleEmitterTrigger::think(int _frames)
|
|||||||
|
|
||||||
if ( m_timer <= 0 )
|
if ( m_timer <= 0 )
|
||||||
{
|
{
|
||||||
|
#ifndef __USER_paul__
|
||||||
CFX::Create( CFX::FX_TYPE_BUBBLE_WATER, Pos );
|
CFX::Create( CFX::FX_TYPE_BUBBLE_WATER, Pos );
|
||||||
|
#endif
|
||||||
|
|
||||||
m_timer = GameState::getOneSecondInFrames() >> 2;
|
m_timer = GameState::getOneSecondInFrames() >> 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user