GROOVIE: Finish implementation of o_hotspot_outrect

This is needed by the main menu in the 11th Hour
This commit is contained in:
Filippos Karapetis 2014-11-03 01:08:15 +02:00
parent 124ac887fd
commit f733498388

View File

@ -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;
}
}