last commit fucked up the windows build apparently? great, let's try this
This commit is contained in:
@ -54,8 +54,10 @@ control_tick(Control* self, Input* input)
|
||||
if (input->keyboard.current[KEYBOARD_KEY_M])
|
||||
self->current[CONTROL_MUTE] = true;
|
||||
|
||||
/*
|
||||
if (input->keyboard.current[KEYBOARD_KEY_RCTRL] || input->keyboard.current[KEYBOARD_KEY_LCTRL])
|
||||
self->current[CONTROL_CHEAT] = true;
|
||||
*/
|
||||
}
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user