Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/ship/ship.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4976,7 +4976,7 @@ static void parse_ship_values(ship_info* sip, const bool is_template, const bool
else if ( optional_string("$Afterburner Particle Bitmap:") )
afterburner = true;
else if ( optional_string("$Thruster Effect:") ) {
afterburner = true;
afterburner = false;
modern_particle = true;
}
else if ( optional_string("$Afterburner Effect:") ) {
Expand Down
Loading