We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a94fe commit f776fcaCopy full SHA for f776fca
1 file changed
src/game/client/components/voting.cpp
@@ -193,8 +193,8 @@ void CVoting::AddOption(const char *pDescription)
193
194
pOption->m_IsSubheader = Depth;
195
196
- if(!*pDescription)
197
- pOption->m_Depth = 0;
+ // if(!*pDescription)
+ // pOption->m_Depth = 0;
198
// end of 0.7 depth code
199
200
str_copy(pOption->m_aDescription, pDescription);
0 commit comments