Merge remote-tracking branch 'lethosor/update-search-keys'

develop
expwnent 2014-09-16 17:23:45 -04:00
commit fde49176fe
1 changed files with 10 additions and 0 deletions

@ -998,6 +998,11 @@ private:
return true;
}
char get_search_select_key()
{
return 'q';
}
vector<df::job*> *get_secondary_list()
{
return &viewscreen->jobs[viewscreen->page];
@ -1568,6 +1573,11 @@ private:
return desc;
}
char get_search_select_key()
{
return 'q';
}
vector<df::unit*> *get_secondary_list()
{
return &viewscreen->units;