(svn r9672) -Cleanup: lots of coding style fixes around operands.
This commit is contained in:
@@ -789,7 +789,7 @@ static void ShowNetworkStartServerWindow()
|
||||
_saveload_mode = SLD_NEW_GAME;
|
||||
BuildFileList();
|
||||
w->vscroll.cap = 12;
|
||||
w->vscroll.count = _fios_num+1;
|
||||
w->vscroll.count = _fios_num + 1;
|
||||
|
||||
WP(w, network_ql_d).q.afilter = CS_ALPHANUMERAL;
|
||||
InitializeTextBuffer(&WP(w, network_ql_d).q.text, _edit_str_buf, lengthof(_edit_str_buf), 160);
|
||||
|
Reference in New Issue
Block a user