of repeatedly updating the screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8684 c06c8d41-db1a-0410-9941-cceddc491573
O32JR5WZFNW66UKZ44PW7VMLA7UGOECJOL4FFBTCIDUYXCE7WP4AC
4FQAKUKUO6PCAZ3N4HUR5XL6E4VA5UQUZ3AEDGRBLVY7W2LMWI7QC
LJK4ZQATLSB4MKZG3ARZX5V6RFGTN3NLCN6GTCUGJQKU26SOXMUAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
inc_hp( 10, true );
// If we're repeating &H then do the HP increase all at once. tmp = 10; if (crawl_state.cmd_repeat_goal > 0) { tmp *= crawl_state.cmd_repeat_goal; crawl_state.cancel_cmd_repeat(); } inc_hp( tmp, true );
// If we're repeating &H then do the HP increase all at once.
tmp = 10;
if (crawl_state.cmd_repeat_goal > 0)
{
tmp *= crawl_state.cmd_repeat_goal;
crawl_state.cancel_cmd_repeat();
}
inc_hp( tmp, true );