This commit is contained in:
Daveo 2001-08-02 16:35:39 +00:00
parent b4efbffb29
commit 038328ba26
2 changed files with 8 additions and 20 deletions

View file

@ -104,7 +104,7 @@ void TestFX(DVECTOR Pos,CThing *Parent)
*/
/*****************************************************************************/
int FXType=(CFX::FX_TYPE)CFX::FX_TYPE_FLAMES;
int FXType=(CFX::FX_TYPE)CFX::FX_TYPE_JELLYFISH_LEGS;
#include "game\game.h"
CFXZZZZ *TFX=0;
@ -121,7 +121,7 @@ void TestFX(DVECTOR Pos,CThing *Parent)
TFX=0;
}
*/
CFX::Create((CFX::FX_TYPE)FXType,Pos);
CFX::Create((CFX::FX_TYPE)FXType,Parent);
}