mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
GROOVIE: Finish implementation of o_hotspot_outrect
This is needed by the main menu in the 11th Hour
This commit is contained in:
parent
124ac887fd
commit
f733498388
@ -1595,8 +1595,7 @@ void Script::o_hotspot_outrect() {
|
||||
bool contained = rect.contains(mousepos);
|
||||
|
||||
if (!contained) {
|
||||
error("hotspot-outrect unimplemented");
|
||||
// TODO: what to do with address?
|
||||
_currentInstruction = address;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user