mirror of
https://github.com/glest/glest-source.git
synced 2025-08-23 00:12:49 +02:00
- bugfix to use proper autorefresh time in master server menu
This commit is contained in:
@@ -170,6 +170,7 @@ MenuStateMasterserver::MenuStateMasterserver(Program *program, MainMenu *mainMen
|
|||||||
listBoxAutoRefresh.pushBackItem("20 s");
|
listBoxAutoRefresh.pushBackItem("20 s");
|
||||||
listBoxAutoRefresh.pushBackItem("30 s");
|
listBoxAutoRefresh.pushBackItem("30 s");
|
||||||
listBoxAutoRefresh.setSelectedItemIndex(1);
|
listBoxAutoRefresh.setSelectedItemIndex(1);
|
||||||
|
autoRefreshTime=10*listBoxAutoRefresh.getSelectedItemIndex();
|
||||||
|
|
||||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user