mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
STARK: Fix a mistake in the mouse over code.
This commit is contained in:
committed by
Bastien Bouclet
parent
ded0955064
commit
0e33611e6e
@@ -122,7 +122,7 @@ int RenderEntry::indexForPoint(Common::Point point) {
|
||||
return anim->indexForPoint(point);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return -1;
|
||||
}
|
||||
|
||||
} // End of namespace Gfx
|
||||
|
||||
Reference in New Issue
Block a user