Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Co-Authored-By: Kevin Granade <[email protected]>
  • Loading branch information
AlexMooney and kevingranade authored Oct 12, 2019
1 parent 47c7156 commit 9906dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity_item_handling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2851,7 +2851,7 @@ void try_fuel_fire( player_activity &act, player &p, const bool starting_fire )
item it2 = burn_ptr->split( 1 );
burn_ptr = &it2;
if( burn_ptr->is_null() ) {
burn_ptr = &it;
burn_ptr = &it;
}

float last_fuel = fd.fuel_produced;
Expand Down

0 comments on commit 9906dbd

Please sign in to comment.