From 3177d9c7ebdbb27c4642534f6a372f77ea4488c4 Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Wed, 22 Aug 2001 21:13:04 +0000 Subject: [PATCH] Readd the aim builtin, which I must have accidentally removed earlier. Ooops :) --- qw/source/sv_pr_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qw/source/sv_pr_cmds.c b/qw/source/sv_pr_cmds.c index 3e6fd5a45..24a621501 100644 --- a/qw/source/sv_pr_cmds.c +++ b/qw/source/sv_pr_cmds.c @@ -1622,6 +1622,7 @@ SV_PR_Cmds_Init () PR_AddBuiltin (&sv_pr_state, "checkbottom", PF_checkbottom, 40); // float(entity e) checkbottom = #40 PR_AddBuiltin (&sv_pr_state, "pointcontents", PF_pointcontents, 41); // float(vector v) pointcontents = #41 // no 42 + PR_AddBuiltin (&sv_pr_state, "aim", PF_aim, 44); // vector(entity e, float speed) aim = #44 PR_AddBuiltin (&sv_pr_state, "localcmd", PF_localcmd, 46); // void(string s) localcmd = #46 // no 48 PR_AddBuiltin (&sv_pr_state, "changeyaw", PF_changeyaw, 49); // void() ChangeYaw = #49