Fixed warnings and IMPLEMENTED A THING in the menu item switch.

This commit is contained in:
Ben Scott
2015-02-12 01:47:48 -05:00
parent 98a518a90b
commit 1477fef7ce
18 changed files with 128 additions and 50 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);
});
}