This commit is contained in:
parent
fed2acdd38
commit
3898864301
8 changed files with 37 additions and 29 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include "FX\FXGeyser.h"
|
||||
|
||||
int MaxHeight=128;
|
||||
int GeyserSpeed=4;
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -34,7 +33,7 @@ void CFXGeyser::think(int Frames)
|
|||
{
|
||||
currentFrame=FRM__GUSH000;
|
||||
}
|
||||
TargetHeight=MaxHeight;
|
||||
// TargetHeight=MaxHeight;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue