mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 06:13:18 +00:00
Fix typo in comment of I_GetMouseGrab
This commit is contained in:
parent
cb3a8f7a58
commit
5a247bf375
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ void I_RegisterSysCommands(void);
|
||||||
*/
|
*/
|
||||||
void I_GetCursorPosition(INT32 *x, INT32 *y);
|
void I_GetCursorPosition(INT32 *x, INT32 *y);
|
||||||
|
|
||||||
/** \brief Retursn whether the mouse is grabbed
|
/** \brief Returns whether the mouse is grabbed
|
||||||
*/
|
*/
|
||||||
boolean I_GetMouseGrab(void);
|
boolean I_GetMouseGrab(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue