aboutsummaryrefslogtreecommitdiff
path: root/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'actor.cpp')
-rw-r--r--actor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/actor.cpp b/actor.cpp
index c02b8c046c..d573a181fa 100644
--- a/actor.cpp
+++ b/actor.cpp
@@ -1013,9 +1013,6 @@ void Actor::drawActorCostume()
setupActorScale();
- /* First, zero initialize all fields */
- //memset(&ar, 0, sizeof(ar));
-
ar.x = x - _vm->virtscr->xstart;
ar.y = y - elevation;
ar.scale_x = scalex;