freebsd-ports/games/gondola/files/patch-gamelib-main.py
Dmitry Marakasov 7d2b034432 Gondola is the ultimate shipping, shape sorting, barge unloading
game of all time. Get the right shapes to the right places to score.
But be warned: there are only a limited number of islands to build
on and longer cables are expensive! Sort wisely to minimize loss.

WWW: http://arcticpaint.com/gondola/
2009-04-09 03:09:04 +00:00

11 lines
331 B
Python

--- gamelib/main.py.orig 2009-04-08 03:23:54.000000000 +0400
+++ gamelib/main.py 2009-04-08 03:25:04.000000000 +0400
@@ -334,7 +334,7 @@
player.pause()
# Preload all data
- for f in os.listdir("data"):
+ for f in os.listdir("%%DATADIR%%"):
if f[-4:].endswith(".png"):
data.load_texture(f)