This commit is contained in:
Paul 2001-07-03 15:00:35 +00:00
parent 0e3337b4f1
commit 1294eb95fb

View File

@ -28,7 +28,9 @@ void CBubbleEmitterTrigger::think(int _frames)
if ( m_timer <= 0 )
{
#ifndef __USER_paul__
CFX::Create( CFX::FX_TYPE_BUBBLE_WATER, Pos );
#endif
m_timer = GameState::getOneSecondInFrames() >> 2;
}