Merge pull request #21 from ScatterBox/main

Restore PF_etos in Quakespasm
This commit is contained in:
Ian 2023-01-22 21:47:35 -05:00 committed by GitHub
commit 1b83685b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1219,6 +1219,12 @@ static void PF_vtos (void)
G_INT(OFS_RETURN) = PR_SetEngineString(s);
}
void PF_etos (void)
{
//sprintf (pr_string_temp, "entity %i", G_EDICTNUM(OFS_PARM0));
//G_INT(OFS_RETURN) = pr_string_temp - pr_strings;
}
static void PF_Spawn (void)
{
edict_t *ed;
@ -3289,13 +3295,13 @@ static builtin_t pr_builtin[] =
PF_Fixme, // #62
PF_Fixme, // #63
PF_Fixme, // #64
PF_Fixme, // #65
PF_etos, // #65
PF_Fixme, // #66
SV_MoveToGoal, // #67
PF_precache_file, // #68
PF_makestatic, // #69
PF_changelevel, // #70
PF_Fixme, // #71
SV_MoveToOrigin, // #71
PF_cvar_set, // #72
PF_centerprint, // #73
PF_ambientsound, // #74