mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
STARK: Fix stopping all of a location's scrolls
This commit is contained in:
parent
544f0916f1
commit
48afd2a3ce
@ -298,7 +298,7 @@ void Location::setHasActiveScroll() {
|
||||
}
|
||||
|
||||
void Location::stopAllScrolls() {
|
||||
Common::Array<Scroll *> scrolls = listChildren<Scroll>();
|
||||
Common::Array<Scroll *> scrolls = listChildrenRecursive<Scroll>();
|
||||
for (uint i = 0; i < scrolls.size(); i++) {
|
||||
scrolls[i]->stop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user