diff options
author | Max Horn | 2002-06-03 21:49:46 +0000 |
---|---|---|
committer | Max Horn | 2002-06-03 21:49:46 +0000 |
commit | 9ca2964e745aba7cf9cec4099b7c7954818c4f45 (patch) | |
tree | e988c3954da883b94264a46ad4e2c6fbc77566c4 | |
parent | 071a32fc7d2561a3b3e620a8d96bc276e66b0004 (diff) | |
download | scummvm-rg350-9ca2964e745aba7cf9cec4099b7c7954818c4f45.tar.gz scummvm-rg350-9ca2964e745aba7cf9cec4099b7c7954818c4f45.tar.bz2 scummvm-rg350-9ca2964e745aba7cf9cec4099b7c7954818c4f45.zip |
remove obsolete stuff
svn-id: r4400
-rw-r--r-- | actor.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |