mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-08-03 20:24:36 +02:00
Sync'd with manual changes
This commit is contained in:
@@ -321,7 +321,7 @@ void CArmoryPanel::OnCommand( const char *command )
|
||||
UpdateItemList();
|
||||
UpdateSelectedItem();
|
||||
}
|
||||
if (!Q_stricmp(command, "prevpageskip"))
|
||||
else if (!Q_stricmp(command, "prevpageskip"))
|
||||
{
|
||||
for (int i = 0; i < tf_armory_page_skip.GetInt(); i++)
|
||||
{
|
||||
@@ -337,7 +337,7 @@ void CArmoryPanel::OnCommand( const char *command )
|
||||
UpdateItemList();
|
||||
UpdateSelectedItem();
|
||||
}
|
||||
if (!Q_stricmp(command, "skiptostart"))
|
||||
else if (!Q_stricmp(command, "skiptostart"))
|
||||
{
|
||||
m_iFilterPage = 0;
|
||||
UpdateItemList();
|
||||
|
||||
Reference in New Issue
Block a user