STARK: Fix a mistake in the mouse over code.

This commit is contained in:
Einar Johan Trøan Sømåen
2016-01-01 07:29:45 +01:00
committed by Bastien Bouclet
parent ded0955064
commit 0e33611e6e
+1 -1
View File
@@ -122,7 +122,7 @@ int RenderEntry::indexForPoint(Common::Point point) {
return anim->indexForPoint(point);
}
}
return false;
return -1;
}
} // End of namespace Gfx