mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 18:15:28 -04:00
Fix pressing key buttons (like T) leaking through in listscreen to screens underneath
i.e. you could press T while in change texture pack and that would open chat, even though it shouldn't
This commit is contained in:
parent
d82b40bb0b
commit
b719422ffc
@ -357,8 +357,6 @@ static bool ListScreen_KeyDown(void* screen, Key key) {
|
||||
ListScreen_PageClick(s, false);
|
||||
} else if (key == KEY_RIGHT || key == KEY_PAGEDOWN) {
|
||||
ListScreen_PageClick(s, true);
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user