diff options
Diffstat (limited to 'scumm/object.cpp')
-rw-r--r-- | scumm/object.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp index f8bed2e29e..99997b2207 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -207,8 +207,9 @@ int Scumm::getObjectOrActorXY(int object, int &x, int &y) { return 0; } -/* Return the position of an object. - Returns X, Y and direction in angles +/** + * Return the position of an object. + * Returns X, Y and direction in angles */ void Scumm::getObjectXYPos(int object, int &x, int &y, int &dir) { ObjectData *od = &_objs[getObjectIndex(object)]; |