Posted on Dec 10, 2012 by
Happy Horse
What steps will reproduce the problem? 1. Enter the Commander mode life counter 2. Rotate into landscape mode 3. Added commander damage to Player 2
What is the expected output? What do you see instead? The life counter should update player 2's life and commander damage, but it instead subtracts the damage from player 1
Comment #1
Posted on Jan 6, 2013 by Grumpy MonkeyIssue corrected with r653. Instead of using a shared variable that can't be updated (doh!) in landscape mode, it now just pulls the player's index directly from the players list.
Comment #2
Posted on Apr 18, 2013 by Happy Horse(No comment was entered for this change.)
Status: Verified
Labels:
Type-Defect
Priority-High