Skip to content

Commit

Permalink
Add more broken effects from NewJK (cl_jk2FX 1 to enable "fixed" ef…
Browse files Browse the repository at this point in the history
…fects)
  • Loading branch information
taysta committed Jun 26, 2024
1 parent 55aceb6 commit 88accaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codemp/client/FxScheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,11 @@ static const size_t numPrimitiveTypes = ARRAY_LEN( primitiveTypes );
// hack for some known broken effects, we will force their life to 1
// concussion and laser mine are intentionally omitted
static char brokenEffectFilenames[][32] = {
"atst/shot", "atst/shot_red", "atst/side_alt_shot", "atst/side_main_shot", "blaster/npcshot", "blaster/shot",
"bryar/crackleShot", "bryar/npcshot", "emplaced/shot", "emplaced/shotnpc", "eweb/shot", "eweb/shotnpc",
"flechette/alt_shot", "flechette/shot", "noghri_stick/shot", "repeater/alt_projectile",
"repeater/projectile", "rocket/shot", "ships/imp_blastershot", "ships/imp_torpshot", "ships/mine", "ships/reb_blastershot",
"ships/reb_torpshot", "ships/swoop_blastershot", "turret/hoth_shot", "turret/shot", "turret/turb_shot", "tusken/shot"
"atst/shot", "atst/shot_red", "atst/side_alt_shot", "atst/side_main_shot", "blaster/npcshot", "blaster/shot",
"bryar/crackleShot", "bryar/npcshot", "emplaced/shot", "emplaced/shotnpc", "eweb/shot", "eweb/shotnpc",
"flechette/alt_shot", "flechette/shot", "mp/itemcone", "mp/itemcone_alt", "noghri_stick/shot", "repeater/alt_projectile",
"repeater/projectile", "rocket/shot", "ships/imp_blastershot", "ships/imp_torpshot", "ships/mine", "ships/reb_blastershot",
"ships/reb_torpshot", "ships/swoop_blastershot", "turret/hoth_shot", "turret/shot", "turret/turb_shot", "tusken/shot"
};

static int compareFilenames(const void *a, const void *b) {
Expand Down

0 comments on commit 88accaf

Please sign in to comment.