Cvars: Remove global forward

This commit is contained in:
Arkshine
2015-01-20 18:03:34 +01:00
parent cdc7d550eb
commit 0db5963641
6 changed files with 10 additions and 15 deletions

View File

@ -19,5 +19,6 @@
* @param oldValue String containing the value of the cvar before it was changed
* @param newValue String containing the new value of the cvar
* @param cvarName String containing the name of the cvar
*
* public OnCvarChanged(cvarHandle, const oldValue[], const newValue[], const cvarName[]);
*/
forward OnCvarChanged(cvarHandle, const oldValue[], const newValue[], const cvarName[]);