diff options
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 3c1d21ec..b776521e 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -3617,6 +3617,9 @@ static const char *UI_FeederItemText( int feederID, int index, int column, qhand } } + case SORT_GAME: + return Info_ValueForKey( info, "game" ); + case SORT_MAP: return Info_ValueForKey( info, "mapname" ); |