sdl: added todos
This commit is contained in:
parent
e1950ba025
commit
79ee86d1b6
|
@ -321,6 +321,8 @@ InitConfig()
|
||||||
config->addOption("rp2mic", prefix + "EnableMic", 0);
|
config->addOption("rp2mic", prefix + "EnableMic", 0);
|
||||||
|
|
||||||
|
|
||||||
|
// this is really hacky
|
||||||
|
// TODO clean this up; clean config.h as well
|
||||||
const int Hotkeys[HK_MAX] = {
|
const int Hotkeys[HK_MAX] = {
|
||||||
SDLK_F1, // cheat menu
|
SDLK_F1, // cheat menu
|
||||||
SDLK_F2, // bind state
|
SDLK_F2, // bind state
|
||||||
|
|
Loading…
Reference in New Issue