Ayuto wrote:Which values does it return?
It just returns gpGlobals;
Code: Select all
result = gpGlobals;
*(float *)(this + 20920) = v26 * v25;
*(float *)(this + 20924) = (float)(v26 * v25) + *(float *)(result + 16);
return result;
Ayuto wrote:Which values does it return?
Code: Select all
result = gpGlobals;
*(float *)(this + 20920) = v26 * v25;
*(float *)(this + 20924) = (float)(v26 * v25) + *(float *)(result + 16);
return result;