Skip to content

Commit

Permalink
Restored cinematic warp flare ratio default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamma39er committed Jan 22, 2025
1 parent 033571c commit 4ba6ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/fireball/fireballs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static void parse_fireball_tbl(const char *table_filename)
} else if (fi->warp_flare_style == warp_style::CLASSIC) {
fi->flare_size_ratio = 1.0f;
} else if (fi->warp_flare_style == warp_style::CINEMATIC) {
fi->flare_size_ratio = 2.12f;
fi->flare_size_ratio = 5.3f;
}

} else if (first_time) {
Expand Down

0 comments on commit 4ba6ed0

Please sign in to comment.