Fix check_shader_dir

This commit is contained in:
twinaphex 2014-08-04 00:35:39 +02:00
parent e1ac2b8a7e
commit 984b9b225f

View File

@ -2406,8 +2406,8 @@ static void check_turbo(void)
static void check_shader_dir(void)
{
static bool old_pressed_next;
static bool old_pressed_prev;
static bool old_pressed_next = false;
static bool old_pressed_prev = false;
bool should_apply = false;
bool pressed_next = false;
bool pressed_prev = false;