Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Main.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-08-11 19:26:53 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-08-11 19:26:53 (GMT)
commit7d7fd0806073807c7f6f1e62da2d24bed5bb1f96 (patch)
treeab3297d1c032cd03c72f2f1e33ea51f168ab7427 /src/Main.py
parent98b47d871d06d50a7c8df79170e3c8916459d588 (diff)
fix a1g6 crucigrama
Diffstat (limited to 'src/Main.py')
-rwxr-xr-xsrc/Main.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Main.py b/src/Main.py
index 7d305fa..51d45b3 100755
--- a/src/Main.py
+++ b/src/Main.py
@@ -17,14 +17,5 @@ def main():
g.gameLoop()
g.destroy()
- #Change state:
- #ls = CLevelState();
- #CGame.setState(ls);
-
- #Singleton test.
- #j = CGame(None)
- #print g == j
-
-# Execute main() if this is the main program.
if __name__ == "__main__":
main() \ No newline at end of file