summaryrefslogtreecommitdiff
path: root/src/resources/image.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 22:35:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 22:35:06 +0000
commit12356c8b5b7002cdffaa6a737f54806f52241bfb (patch)
tree8c2f46d37296420839b5cb3b9a231b5af94b31e5 /src/resources/image.cpp
parentc6ee43355e49e4099fdb2e1b26bf29eddcee130a (diff)
downloadmana-client-12356c8b5b7002cdffaa6a737f54806f52241bfb.tar.gz
mana-client-12356c8b5b7002cdffaa6a737f54806f52241bfb.tar.bz2
mana-client-12356c8b5b7002cdffaa6a737f54806f52241bfb.tar.xz
mana-client-12356c8b5b7002cdffaa6a737f54806f52241bfb.zip
Removed datafile and configfile and any leftover old GUI drawing code.
Diffstat (limited to 'src/resources/image.cpp')
-rw-r--r--src/resources/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/image.cpp b/src/resources/image.cpp
index c786c784..4e6b5bcb 100644
--- a/src/resources/image.cpp
+++ b/src/resources/image.cpp
@@ -127,7 +127,7 @@ void Image::drawPattern(BITMAP *screen, int x, int y, int w, int h)
px += iw;
}
py += ih;
- px = x;
+ px = 0;
}
}