From b0ab8927c20bf33eb964fb456039605e2f417f02 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Apr 2016 02:20:57 +0300 Subject: hercules: fix some typos. --- hercules/code/servertoclient/sprites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hercules/code') diff --git a/hercules/code/servertoclient/sprites.py b/hercules/code/servertoclient/sprites.py index 035540e..36cb9b3 100644 --- a/hercules/code/servertoclient/sprites.py +++ b/hercules/code/servertoclient/sprites.py @@ -328,7 +328,7 @@ def readAct(actFile): act.minorVersion = readInt8(f) act.majorVersion = readInt8(f) act.nanimations = readInt16(f) - print "{0}, {1}.{2}, {1}".format(actFile, act.majorVersion, act.minorVersion, act.nanimations) + print "{0}, {1}.{2}, {3}".format(actFile, act.majorVersion, act.minorVersion, act.nanimations) #print " animations: " + str(act.nanimations) act.animations = dict() skipData(f, 10) -- cgit v1.2.3-70-g09d2