[Bug 811580] [NEW] konquest resets player colours on startup

Adam Oellermann adam at oellermann.com
Sat Jul 16 16:56:42 UTC 2011


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




More information about the kubuntu-bugs mailing list