Add picker buttons and a cancel button to the Set Variable Town Entry dialog
Partially addresses #685
This commit is contained in:
@@ -196,7 +196,7 @@ void cTilemap::attachClickHandlers(std::function<bool(cDialog&,std::string,eKeyM
|
||||
matches = true;
|
||||
}
|
||||
} else {
|
||||
if(ctrl.first.compare(0, prefix.size(), prefix)) {
|
||||
if(ctrl.first.compare(0, prefix.size(), prefix) == 0) {
|
||||
matches = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user