Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pares.py
diff options
context:
space:
mode:
Diffstat (limited to 'pares.py')
-rwxr-xr-xpares.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pares.py b/pares.py
index 58b9c2a..c4beb1d 100755
--- a/pares.py
+++ b/pares.py
@@ -12,7 +12,7 @@ from score import *
from constants import *
LOG_FILENAME='Esquiador.log'
-
+skier = None
log = logging.getLogger( 'EsquiadorRun' )
#log.setLevel( logging.DEBUG )
@@ -26,6 +26,7 @@ def mainPares():
if olpcgames.ACTIVITY:
size = olpcgames.ACTIVITY.game_size
screen = pygame.display.set_mode(size)
+ global skier
skier = Skier('pares')
track = Track()
score = Score(skier)