mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix silly error with gamefunctions data
This commit is contained in:
parent
47b8dd509b
commit
cd74f50e8c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ const char gamefunctions[kMaxGameFunctions][kMaxGameFuncLen] =
|
||||||
"Inventory_Left",
|
"Inventory_Left",
|
||||||
"Inventory_Right",
|
"Inventory_Right",
|
||||||
"Mouse_Sensitivity_Up",
|
"Mouse_Sensitivity_Up",
|
||||||
"Mouse_Sensitivity_Down"
|
"Mouse_Sensitivity_Down",
|
||||||
"Show_Console",
|
"Show_Console",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue