Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/impares.py
diff options
context:
space:
mode:
Diffstat (limited to 'impares.py')
-rwxr-xr-ximpares.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/impares.py b/impares.py
index 6e65e63..f60ace4 100755
--- a/impares.py
+++ b/impares.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 mainImpares():
if olpcgames.ACTIVITY:
size = olpcgames.ACTIVITY.game_size
screen = pygame.display.set_mode(size)
+ global skier
skier = Skier('impares')
track = Track()
score = Score(skier)