We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cb04a commit f11fd37Copy full SHA for f11fd37
src/xrEngine/IGame_Persistent.h
@@ -64,7 +64,7 @@ class ENGINE_API IGame_Persistent :
64
for (int i = 0; i < n; ++i)
65
{
66
_GetItem(cmd_line, i, m_params[i], '/');
67
- strlwr(m_params[i]);
+ xr_strlwr(m_params[i]);
68
}
69
70
};
0 commit comments