mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
@@ -1033,7 +1033,7 @@ bool MenuStateOptions::textInput(std::string text) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MenuStateOptions::keyPress(SDL_KeyboardEvent c) {
|
void MenuStateOptions::keyPress(SDL_KeyboardEvent c) {
|
||||||
if (activeInputLabel == NULL) {
|
if (activeInputLabel != NULL) {
|
||||||
keyPressEditLabel(c, &activeInputLabel);
|
keyPressEditLabel(c, &activeInputLabel);
|
||||||
} else {
|
} else {
|
||||||
Config &configKeys = Config::getInstance(
|
Config &configKeys = Config::getInstance(
|
||||||
|
Reference in New Issue
Block a user