mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Put initializer values inside brackets. * Put logical AND conditions within parentheses. * Put assignments within conditional statements within parentheses. * Mark unused variables as such to suppress compiler warnings. * Fix vftable shadow warnings caused by ConVar::CreateInternal (does not implement, only interface. Renamed to yield desired behavior). * Fix 'never' initialized class members for 'CCVarIteratorInternal'. * Return values in interface vftables that cannot be pure virtual.