Skip to content

Commit

Permalink
fix wrong version number reported by engine
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTheSpaceFox committed Nov 18, 2017
1 parent 687c1f1 commit de911a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DZU-ENG1.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pygame.display.init()
pygame.font.init()
pygame.mixer.init()
print "Desutezeoid arbitrary point and click engine v1.6.0"
print "Desutezeoid arbitrary point and click engine v1.6.1"
print "parsing ENGSYSTEM.xml"
conftree = ET.parse("ENGSYSTEM.xml")
confroot = conftree.getroot()
Expand Down

0 comments on commit de911a4

Please sign in to comment.