Move Cvar_DirectSet to gamedata

This commit is contained in:
Karol Szuster
2016-01-21 23:50:07 +01:00
parent af0042b71d
commit 0e8d876c5d
4 changed files with 17 additions and 34 deletions

View File

@ -22,6 +22,13 @@
"linux" "@SV_DropClient"
"mac" "@SV_DropClient"
}
"Cvar_DirectSet" // void Cvar_DirectSet(struct cvar_s *var, char *value);
{
"library" "engine"
"windows" "\x55\x8B\x2A\x81\x2A\x2A\x2A\x2A\x2A\x56\x8B\x2A\x2A\x57\x8B\x2A\x2A\x85"
"linux" "@Cvar_DirectSet"
"mac" "@Cvar_DirectSet"
}
}
}
}