mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-09 17:20:58 +00:00
Correct some typos in comments/docs
This commit is contained in:
parent
0bf903afd0
commit
688f17fda3
3 changed files with 3 additions and 3 deletions
|
@ -365,7 +365,7 @@ in_bind_f (void)
|
||||||
Sys_Printf ("in_bind imt device type number binding...\n");
|
Sys_Printf ("in_bind imt device type number binding...\n");
|
||||||
Sys_Printf (" imt: the name of the input mapping table in which the"
|
Sys_Printf (" imt: the name of the input mapping table in which the"
|
||||||
" intput will be bound\n");
|
" intput will be bound\n");
|
||||||
Sys_Printf (" device: the nickname or id of the devise owning"
|
Sys_Printf (" device: the nickname or id of the device owning"
|
||||||
" the input to be bound\n");
|
" the input to be bound\n");
|
||||||
Sys_Printf (" type: the type of input to be bound (axis or"
|
Sys_Printf (" type: the type of input to be bound (axis or"
|
||||||
" button)\n");
|
" button)\n");
|
||||||
|
|
|
@ -897,7 +897,7 @@ static imtcmd_t imt_commands[] = {
|
||||||
"contexts\n"
|
"contexts\n"
|
||||||
"The new switcher will be attached to the specified context\n"
|
"The new switcher will be attached to the specified context\n"
|
||||||
"default_imt specifies the default imt to be used for all possible\n"
|
"default_imt specifies the default imt to be used for all possible\n"
|
||||||
"states and must axis and be in the context.\n"
|
"states and must exist and be in the context.\n"
|
||||||
"input0..inputN specify the inputs (cvar or button) used to set the\n"
|
"input0..inputN specify the inputs (cvar or button) used to set the\n"
|
||||||
"switcher's state. As each input forms a bit in the state index,\n"
|
"switcher's state. As each input forms a bit in the state index,\n"
|
||||||
"there will be 2**(N+1) states (so 4 inputs will result in 16\n"
|
"there will be 2**(N+1) states (so 4 inputs will result in 16\n"
|
||||||
|
|
|
@ -110,7 +110,7 @@ FaceSide (const face_t *in, const plane_t *split)
|
||||||
return SIDE_ON;
|
return SIDE_ON;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Chose the best plane for dividing the bsp.
|
/** Choose the best plane for dividing the bsp.
|
||||||
|
|
||||||
The clipping hull BSP doesn't worry about avoiding splits, so this
|
The clipping hull BSP doesn't worry about avoiding splits, so this
|
||||||
function tries to find the plane that gives the most even split of the
|
function tries to find the plane that gives the most even split of the
|
||||||
|
|
Loading…
Reference in a new issue