[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegames/kollision (silent)
From:       Parker Coates <parker.coates () gmail ! com>
Date:       2009-02-06 2:52:41
Message-ID: 1233888761.873029.13407.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 921976 by coates:

Minor indentation correction.
SVN_SILENT


 M  +8 -8      mainarea.cpp  


--- trunk/KDE/kdegames/kollision/mainarea.cpp #921975:921976
@@ -181,14 +181,14 @@
         m_timer.stop();
         writeText(i18n("Game paused\nClick or press P to resume"), false);
 
-    if(m_last_game_time >= 5) {
-        m_penalty += 5000;
-        m_last_game_time -= 5;
-    }
-    else {
-        m_penalty += m_last_game_time * 1000;
-        m_last_game_time = 0;
-    }
+        if(m_last_game_time >= 5) {
+            m_penalty += 5000;
+            m_last_game_time -= 5;
+        }
+        else {
+            m_penalty += m_last_game_time * 1000;
+            m_last_game_time = 0;
+        }
 
         emit changeGameTime(m_last_game_time);
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic