Various code cleanup stuff
This commit is contained in:
@@ -604,7 +604,7 @@ location end_town_mode(short switching_level,location destination) { // returns
|
||||
to_return = univ.party.p_loc;
|
||||
|
||||
std::remove_if(univ.party.party_event_timers.begin(), univ.party.party_event_timers.end(), [](const cTimer& t) {
|
||||
return (t.node_type == 2);
|
||||
return t.node_type == 2;
|
||||
});
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user