Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Version 9.07b
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmonk committed Oct 3, 2015
1 parent 3423d06 commit ba39db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/GestorEntMaq.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def inicio(self, dic, aplazamiento=None, siPrimeraJugadaHecha=False):

self.siPrimeraJugadaHecha = False

li = (k_cancelar, k_rendirse, k_tablas, k_atras, k_ayudaMover, k_reiniciar, k_aplazar, k_peliculaPausa, k_configurar, k_utilidades )
li = [k_cancelar, k_rendirse, k_tablas, k_atras, k_ayudaMover, k_reiniciar, k_aplazar, k_peliculaPausa, k_configurar, k_utilidades]
if not self.siAtras:
del li[3]
self.pantalla.ponToolBar(li)
Expand Down
2 changes: 1 addition & 1 deletion Code/Init.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEBUG = False
VERSION = "9.07a"
VERSION = "9.07b"

import sys

Expand Down

0 comments on commit ba39db9

Please sign in to comment.