From 5558d3285380a22c0f46cfde172dea85bba609c0 Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Fri, 27 Nov 2009 04:21:10 -0800 Subject: [PATCH] Fix patch y offset. (Yikes) --- pyhexen/vid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyhexen/vid.py b/pyhexen/vid.py index 663b75a..0d1e822 100644 --- a/pyhexen/vid.py +++ b/pyhexen/vid.py @@ -30,7 +30,7 @@ class Video: for x in range (0, w): screen[x,y] = ord (data[y * w + x]) - def __blitPatch(self, data, x, y, trans = lambda a,b: a): + def __blitPatch(self, data, x, y, trans = lambda a, b: a): (width, height) = struct.unpack_from ('