Fix for mismatch class/struct declaration.
This commit is contained in:
parent
c790f1481c
commit
9e92e28419
|
@ -200,7 +200,7 @@ static bool g_fkbEnabled = false;
|
||||||
// this function loads the sdl hotkeys from the config file into the
|
// this function loads the sdl hotkeys from the config file into the
|
||||||
// global scope. this elimates the need for accessing the config file
|
// global scope. this elimates the need for accessing the config file
|
||||||
|
|
||||||
struct hotkey_t Hotkeys[HK_MAX];
|
class hotkey_t Hotkeys[HK_MAX];
|
||||||
|
|
||||||
hotkey_t::hotkey_t(void)
|
hotkey_t::hotkey_t(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue