Fixed some things

This commit is contained in:
David Anderson 2004-06-26 19:37:31 +00:00
parent 8fa1a42c1b
commit d4aef1a60b
2 changed files with 1 additions and 5 deletions

View File

@ -459,6 +459,7 @@ enum {
EngFunc_SetKeyValue, // void ) (char *infobuffer, char *key, char *value);
EngFunc_SetClientKeyValue // void ) (int clientIndex, char *infobuffer, char *key, char *value);
};
enum
{
DLLFunc_GameInit, // void) ( void );

View File

@ -15,11 +15,6 @@ native ns_get_ent(classname[],Value);
/* Same as get_ent, but only returns fully built structures (if Value > 0) */
native ns_get_build(classname[],Value,Number=0,NSVersion=NS_VERSION);
/* Mirrors MAKE_STRING() */
native ns_make_string(svValue[]);
/* Mirrors STRING() */
native ns_string(iValue,svReturnedValue[]);
/* Get's spawn point for specified team (type). */
native ns_get_spawn(type,number=0,Float:ret[3]);