*/
private void drawHair(final int code, final Graphics g) {
final Sprite sprite = store.getTile(ostore.getHairSprite(code), PLAYER_WIDTH,
direction * PLAYER_HEIGHT, PLAYER_WIDTH, PLAYER_HEIGHT);
sprite.draw(g, 2, 2);
}
/**
* Redraws the head image from an outfit code.
*