This commit is contained in:
Daveo 2001-06-19 21:35:02 +00:00
parent fed2acdd38
commit 3898864301
8 changed files with 37 additions and 29 deletions

View file

@ -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;
}
/*****************************************************************************/