freebsd-ports/games/cave9/files/patch-src-game.c
Dmitry Marakasov ad9fb2545e cave9 is a gravity cave-exploration game.
Use only two buttons to activate the thrust jets of your ship in
this first-person 3D version of the classic SF-Cave game.

WWW: http://code.google.com/p/cave9/
2008-09-23 19:17:21 +00:00

15 lines
274 B
C

--- src/game.c.orig 2008-09-15 23:11:44.000000000 +0400
+++ src/game.c 2008-09-23 23:06:05.000000000 +0400
@@ -29,11 +29,7 @@
const char* data_paths[] =
{
- "data",
- "./data",
- "~/.cave9/data",
- "/usr/local/share/cave9",
- "/usr/share/cave9",
+ DATADIR,
NULL
};