mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
SAGA2: Revert stub in objObscured
This commit is contained in:
parent
236130d6af
commit
4b0b742baa
@ -4261,15 +4261,11 @@ bool objObscured(GameObject *testObj) {
|
||||
bool obscured = false;
|
||||
|
||||
if (isObject(testObj)) {
|
||||
debug(3, "STUB: objObscured");
|
||||
Point16 drawPos,
|
||||
org;
|
||||
ObjectSpriteInfo objSprInfo;
|
||||
ColorTable objColors;
|
||||
ProtoObj *proto = testObj->proto();
|
||||
ObjectID parent = testObj->_data.parentID;
|
||||
if (isWorld(parent) == false)
|
||||
return false;
|
||||
|
||||
// Calculate X, Y coordinates of the sprite
|
||||
TileToScreenCoords(testObj->getLocation(), drawPos);
|
||||
|
Loading…
x
Reference in New Issue
Block a user