Fix silly error with gamefunctions data

This commit is contained in:
nukeykt 2019-11-22 00:21:54 +09:00 committed by Christoph Oelckers
parent 47b8dd509b
commit cd74f50e8c

View file

@ -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",
}; };