[CodeStyle] Refactor the code to match our basic style guidelines

This commit is contained in:
momo5502
2016-11-20 14:09:07 +01:00
parent 98f8b4d04b
commit 8085e4bd88
166 changed files with 2934 additions and 2988 deletions

View File

@ -541,7 +541,7 @@ namespace Game
void Load_IndexBuffer(void* data, IDirect3DIndexBuffer9** storeHere, int count)
{
if (Components::Dvar::Var("r_loadForRenderer").Get<bool>())
if (Components::Dvar::Var("r_loadForRenderer").get<bool>())
{
void* buffer = R_AllocStaticIndexBuffer(storeHere, 2 * count);
std::memcpy(buffer, data, 2 * count);