Restore accidentally removed priority of unit screen search hook's input check over manipulator plugin.

develop
Anuradha Dissanayake 2013-01-06 18:32:49 +13:00
parent 140f78c8a0
commit 6d6d55a937
1 changed files with 3 additions and 2 deletions

@ -969,8 +969,9 @@ private:
} }
}; };
IMPLEMENT_HOOKS(df::viewscreen_unitlistst, unitlist_search); typedef generic_search_hook<df::viewscreen_unitlistst, unitlist_search> unitlist_search_hook;
template<> IMPLEMENT_VMETHOD_INTERPOSE_PRIO(unitlist_search_hook, feed, 100);
template<> IMPLEMENT_VMETHOD_INTERPOSE_PRIO(unitlist_search_hook, render, 100);
// //
// END: Unit screen search // END: Unit screen search
// //