mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
correct a typo in a comment
This commit is contained in:
parent
219c58bd98
commit
e69c1e8918
1 changed files with 1 additions and 1 deletions
|
@ -2092,7 +2092,7 @@ builtin_t sv_builtins[] = {
|
|||
PF_Fixme, // 89
|
||||
PF_Fixme, // 90
|
||||
PF_Fixme, // 91
|
||||
PF_testentitypos, // entity (enitty ent) testentitypos = #92
|
||||
PF_testentitypos, // entity (entity ent) testentitypos = #92
|
||||
PF_hullpointcontents,// integer (entity ent, vector point) hullpointcontents = #93
|
||||
PF_getboxbounds, // vector (integer hull, integer max) getboxbounds = #94
|
||||
PF_getboxhull, // integer () getboxhull = #95
|
||||
|
|
Loading…
Reference in a new issue