1
0
Fork 0

Fixed displaying of single-loop animated buttons when not using animations

This commit is contained in:
hpi1 2012-01-09 11:23:41 +02:00
parent 5fcb523f9c
commit 2b62f6c41d
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
????-??-??:
- Fixed displaying of single-loop animated buttons when not using animations
- Added events for pop-up menu availability and IG menu status
- Fixed resuming to interactive title
- Use user filesystem handler with libaacs

View File

@ -202,6 +202,10 @@ static BD_PG_OBJECT *_find_object_for_button(PG_DISPLAY_SET *s,
}
}
if (!repeat && object_id_end < 0xfffe) {
object_id = object_id_end;
}
object = _find_object(s, object_id);
return object;