Skip to content
Snippets Groups Projects
Commit d10cd65f authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

auto generated by makefile

parent bc9dc4d1
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,6 @@ def compare_cards(card1, card2): ...@@ -45,8 +45,6 @@ def compare_cards(card1, card2):
if ret: if ret:
if card2[0] == "+2": if card2[0] == "+2":
OVERFLOW += 2 OVERFLOW += 2
else:
OVERFLOW = 0
return ret return ret
if not DEBUG: if not DEBUG:
atexit.register(clear) atexit.register(clear)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment