Revision 407bd8c...

Go back to digest for 16th December 2012

Bug Fixes in Games

Albert Astals Cid committed changes in [konquest/KDE/4.9] /:

Fix crash due to calling GameView::gameOver inside GameView::startNewGame

It happens if you are running computer players only
This is a bit of "a hack", the problem lies in that there's some eventloops
inside the inner parts of the code, and that can make that the game ends
before GameView::startNewGame actually reaches its end

The proper solution would be exotic and this patch seems "simple enough"
so let's go the "easy way"

Comes from SVN review 7013

File Changes

Modified 2 files
  •   gameview.cc
  •   gameview.h
2 files changed in total