Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/MenuState.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/MenuState.py')
-rw-r--r--src/game/MenuState.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/MenuState.py b/src/game/MenuState.py
index da70651..4980db5 100644
--- a/src/game/MenuState.py
+++ b/src/game/MenuState.py
@@ -14,8 +14,7 @@ OVER_COLOR = (255, 0, 0)
NORMAL_COLOR = (255, 125, 50)
class CMenuState(CGameState):
-
-
+
def init(self):
CGameState.__init__(self)