git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5586 c06c8d41-db1a-0410-9941-cceddc491573
ZJ35GZK55U4IYTYDAVXTAMBNG5YF3LIGYD7OVTQH3UFA56I7JE5AC
int inflicted = 0;
int mgr = 0;
struct monsters *monster = 0; // NULL
mgr = mgrd[you.x_pos + vmove.dx][you.y_pos + vmove.dy];
int mgr = mgrd[you.x_pos + vmove.dx][you.y_pos + vmove.dy];