medal adjustments...hopefully final fix before jam deadline
This commit is contained in:
@ -53,6 +53,9 @@ 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