~ubuntu-branches/ubuntu/quantal/kdegames/quantal

« back to all changes in this revision

Viewing changes to kapman/gamescene.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-23 01:58:13 UTC
  • mfrom: (1.3.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110723015813-jko1e0zo440rnhq6
Tags: 4:4.7.0-0ubuntu1
* New upstream release 
  - add libsndfile1-dev to build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
                if (p_fromUser) {
275
275
                        // If the label was not displayed yet
276
276
                        if (!items().contains(m_pauseLabel)) {
 
277
                                // FIXME: Hack to remove labels when pausing game while init labels are shown (icwiener)
 
278
                                // FIXME #2: start() is a misleading method name ...
 
279
                                start();
277
280
                                // Display the pause label
278
281
                                addItem(m_pauseLabel);
279
282
                                m_pauseLabel->setPos((width() - m_pauseLabel->boundingRect().width()) / 2, (height() - m_pauseLabel->boundingRect().height()) / 2);