Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'util.py')
-rwxr-xr-x[-rw-r--r--]util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.py b/util.py
index 778d2e9..70c5307 100644..100755
--- a/util.py
+++ b/util.py
@@ -7,7 +7,7 @@ import string
def load_image(file, trans = 0):
"loads an image, prepares it for play"
- file = os.path.join('data', file)
+ #file = os.path.join('data', file)
try:
surface = pygame.image.load(file)
if trans == 1: