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
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const char gamefunctions[kMaxGameFunctions][kMaxGameFuncLen] =
"Inventory_Left",
"Inventory_Right",
"Mouse_Sensitivity_Up",
"Mouse_Sensitivity_Down"
"Mouse_Sensitivity_Down",
"Show_Console",
};