This commit is contained in:
ffsup2
2010-12-31 18:50:29 +01:00
parent 79bfe602e5
commit b687a18d2e
38 changed files with 1207 additions and 872 deletions

View File

@@ -116,7 +116,7 @@ void PopUpCommon::entrySelected (int i) {
}
/*
* Set the button image with the selected item
* Set the button image with the selected item
*/
bool PopUpCommon::setSelected (int entryNum) {
if (entryNum < 0 || entryNum > (int)images.size()-1 || (int)entryNum == selected)