Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
SCUMM: remove leftover debug message
Browse files Browse the repository at this point in the history
(this was left over from my private testing and not meant for upstream)
  • Loading branch information
athrxx committed Jul 10, 2021
1 parent 6b92b3a commit 4aa78f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/scumm/actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ int Actor::actorWalkStep() {
_pos.y = (tmpY / (1 << 16));
}

if (_number == 10)
debug("ACTOR: %02d, X: %02d, Y: %02d", _number, _pos.x, _pos.y);

if (ABS(_pos.x - _walkdata.cur.x) > distX) {
_pos.x = _walkdata.next.x;
}
Expand Down

0 comments on commit 4aa78f2

Please sign in to comment.