Various code cleanup stuff

This commit is contained in:
2015-02-14 12:24:25 -05:00
parent dc7abb9502
commit 4fbc6cfa77
19 changed files with 79 additions and 57 deletions

View File

@@ -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;
});
}