static const
, member or not member may follow the Enum constant naming scheme.
2. Single letter lower-case variable and member variables are allowed. This is used for loop indices,...config_directory.bat
could be renamed to assets_directory.bat
/ assets_and_config_directory.bat
or possibly there could be two with such names, pointing to exactly same place - just to reduce the confusionall lower case, pointers end with _
every english word is seperated by _
(edited)NSWindow:update
on macOSCSnapState
?
m_paPlayerInfos[MAX_CLIENTS]
m_paInfoByScore[MAX_CLIENTS]
m_paInfoByName[MAX_CLIENTS]
m_paInfoByDDTeamScore[MAX_CLIENTS]
m_paInfoByDDTeamName[MAX_CLIENTS]
they all seem to have the same contents...m_paPlayerInfos
is ordered by id, isn't it?