mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fix typo on a minor builtin's number.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5691 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9859e199a0
commit
31a2726f10
1 changed files with 6 additions and 6 deletions
|
@ -7226,12 +7226,12 @@ static struct {
|
|||
{"setkeybind", PF_cl_setkeybind, 630},
|
||||
{"getbindmaps", PF_cl_GetBindMap, 631},
|
||||
{"setbindmaps", PF_cl_SetBindMap, 632},
|
||||
// {NULL, PF_Fixme, 643},
|
||||
// {NULL, PF_Fixme, 644},
|
||||
// {NULL, PF_Fixme, 645},
|
||||
// {NULL, PF_Fixme, 646},
|
||||
// {NULL, PF_Fixme, 647},
|
||||
{"CL_RotateMoves", PF_cl_RotateMoves, 648},
|
||||
// {NULL, PF_Fixme, 633},
|
||||
// {NULL, PF_Fixme, 634},
|
||||
// {NULL, PF_Fixme, 635},
|
||||
// {NULL, PF_Fixme, 636},
|
||||
// {NULL, PF_Fixme, 637},
|
||||
{"CL_RotateMoves", PF_cl_RotateMoves, 638},
|
||||
{"digest_hex", PF_digest_hex, 639},
|
||||
{"digest_ptr", PF_digest_ptr, 0},
|
||||
{"V_CalcRefdef", PF_V_CalcRefdef, 640},
|
||||
|
|
Loading…
Reference in a new issue