git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7311 c06c8d41-db1a-0410-9941-cceddc491573
337Y6YXHHKPDH6UASINP5OQJYJSNHS6GGR7RWT3K7OHXDT25ERNQC
Z7FLGOQODOWQ2FDJRMCNM6MM3FOVORG6BMJZ3AA5HADPNJTYZD2QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
int corpse_rot(int power);
int corpse_rot(int pow);
int corpse_rot(int power)
int corpse_rot(int pow)
UNUSED( power );
UNUSED(pow);
for ( stack_iterator si(*ri); si; ++si )
for (stack_iterator si(*ri); si; ++si)
return 0;
return (0);