Public bug reported:

When Konquest is restarted, the "New Game" dialogue resets all the
player colours to blue. The problem is in the source file newgamedlg.cc
on line 175 - in method addPlayer, where it currently reads:

player = new Player( map, name, PlayerColors[i-2], i-1, Player::Human);

it should really read:

player = new Player( map, name, PlayerColors[players], i-1, Player::Human);
----
Kubuntu 11.04
konquest:
  Installed: 4:4.6.2-0ubuntu2

** Affects: kdegames (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdegames in Ubuntu.
https://bugs.launchpad.net/bugs/811580

Title:
  konquest resets player colours on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdegames/+bug/811580/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to