diff --git a/code/cgame/cg_specialfx.cpp b/code/cgame/cg_specialfx.cpp index 48a0f6e6..48042803 100644 --- a/code/cgame/cg_specialfx.cpp +++ b/code/cgame/cg_specialfx.cpp @@ -512,7 +512,7 @@ void ClientSpecialEffectsManager::ExecuteEffect( current_tiki = NULL; pCommand->emitter->cgd.origin = vPos; - if (pCommand->emitter->cgd.flags & T_ANGLES) { + if (!(pCommand->emitter->cgd.flags & T_ANGLES)) { pCommand->emitter->cgd.angles = vAngles; }